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 cbafc24 commit aec21d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ jobs:
clean-exclude: |
old/
0.*/
- name: Get Expyriment version without v
run: |
VERSION=${{ steps.latest.outputs.release }}
echo "VERSION=${VERSION:1}" >> $GITHUB_ENV
- name: Deploy (version subdirectory)
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages-test # change back to gh-pages after testing
folder: _build/html/
target-folder: ./${VERSION}/

0 comments on commit aec21d9

Please sign in to comment.