Skip to content

Commit

Permalink
fix build and docs synchronization error
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiram824 committed Jan 7, 2025
1 parent 359cfbc commit 6d94140
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 6d94140

Please sign in to comment.