Skip to content

Commit

Permalink
How does concat work?
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Mar 2, 2024
1 parent 53484d7 commit 3aa9f95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
run: cd doc && conda env create
- name: install teqp, built from source
run: |
conda init
conda activate teqpdocs
conda init &&
conda activate teqpdocs &&
CXX=clang++ python -m pip install .
- name: build docs
run: |
conda init
conda activate teqpdocs
conda init &&
conda activate teqpdocs &&
make html
- name: archive docs
run: cd doc && python -c "import shutil; shutil.make_archive('teqpdocs', 'xztar', 'build')"
Expand Down

0 comments on commit 3aa9f95

Please sign in to comment.