Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 26, 2024
1 parent 220a610 commit 38a45e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
enable-cache: true

- run: make html
- run: ls -alh "./build/html/"

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./build/html"
path: "docs/build/html/"

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 38a45e3

Please sign in to comment.