Skip to content

Commit

Permalink
polish(pu): polish deploy.yml for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Jul 15, 2024
1 parent b24b226 commit f69c577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: |
cd docs/en
make html
# cp ../../.nojekyll ./_build/html/.nojekyll
cp ../../.nojekyll ./build/html/.nojekyll
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/en/_build/html
publish_dir: ./docs/en/build/html

0 comments on commit f69c577

Please sign in to comment.