Skip to content

Commit

Permalink
Remove docs/ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghadialhajj committed Dec 7, 2023
1 parent b965116 commit 8bfc7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

- name: List Files in Publish Directory
run: |
ls -la docs/build/html # Add this line to list the files in the publish directory
ls -la build/html # Add this line to list the files in the publish directory
- 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
publish_branch: gh-pages

0 comments on commit 8bfc7ff

Please sign in to comment.