Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 25, 2023
1 parent a5ccd36 commit ac5dc24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
run: |
cd docs
make html
rsync build/html _gh-pages/
rsync build/html _gh_pages/
# Add the .nojekyll file
- name: nojekyll
if: ${{ github.event_name == 'push' }}
run: |
touch _gh-pages/.nojekyll
touch _gh_pages/.nojekyll
# Deploy
# https://github.com/peaceiris/actions-gh-pages
Expand All @@ -33,5 +33,5 @@ jobs:
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _gh-pages/
publish_dir: _gh_pages/
force_orphan: true

0 comments on commit ac5dc24

Please sign in to comment.