Skip to content

Commit

Permalink
Update build_and_deploy.yml [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd authored May 30, 2024
1 parent c66281f commit 624c508
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
branch: gh-pages-test # change back to gh-pages after testing
folder: _build/html/
target-folder: ./
clean: true
clean-exclude: |
venv/
old/
0.*/
- name: Get Expyriment version without v
Expand All @@ -48,5 +48,4 @@ jobs:
branch: gh-pages-test # change back to gh-pages after testing
folder: _build/html/
target-folder: ${{ env.VERSION_NR }}
clean-exclude: |
venv/
clean: true

0 comments on commit 624c508

Please sign in to comment.