Skip to content

Commit

Permalink
Update basic-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies authored Jul 24, 2024
1 parent 5d3bf5f commit 72c6ad5
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 @@ -67,7 +67,7 @@ jobs:
- name: debug
run: |
if [ github.event_name == 'release']; then ENV_PAGE=${GITHUB_REF#refs/tags/}; else ENV_PAGE=current; fi
mkdir _gh-pages/$ENV_PAGE
mkdir -p _gh-pages/$ENV_PAGE
mv latest _gh-pages/$ENV_PAGE
- name: deploying $page to gh-pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 72c6ad5

Please sign in to comment.