Skip to content

Commit

Permalink
Merge pull request #609 from Abhiram824/docs_pipeline_update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-thankyou-lin authored Jan 7, 2025
2 parents 74f729c + 6d94140 commit bb101c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ jobs:
run: |
cd docs
make clean html
mv _build ..
# Deploy to GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html
publish_dir: _build/html
destination_dir: docs

# Remove .nojekyll from root directory if it exists
Expand Down

0 comments on commit bb101c8

Please sign in to comment.