Skip to content

Commit

Permalink
Update .github/workflows/basic-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies authored Jan 17, 2025
1 parent 864f62e commit 850ce40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
name: documentation-page
- name: debug
run: |
if [ github.event_name == 'release']; then ENV_PAGE=${GITHUB_REF#refs/tags/}; else ENV_PAGE=current; fi
if [ github.event_name == 'release']; then ENV_PAGE=${GITHUB_REF#refs/tags/}; else ENV_PAGE=latest; fi
mkdir _gh-pages
mv latest _gh-pages/$ENV_PAGE
- name: deploying to gh-pages
Expand Down

0 comments on commit 850ce40

Please sign in to comment.