Skip to content

Commit

Permalink
Better naming of the docs folders
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jul 24, 2024
1 parent 72c6ad5 commit 9ec2e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
name: documentation-page
- name: debug
run: |
if [ github.event_name == 'release']; then ENV_PAGE=${GITHUB_REF#refs/tags/}; else ENV_PAGE=current; fi
mkdir -p _gh-pages/$ENV_PAGE
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 $page to gh-pages
uses: JamesIves/github-pages-deploy-action@3.7.1
Expand Down

0 comments on commit 9ec2e13

Please sign in to comment.