Skip to content

Commit

Permalink
ci: fix pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed May 20, 2024
1 parent cf5e1d7 commit 1a3a3c7
Show file tree
Hide file tree
Showing 4 changed files with 93,216 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,16 @@ jobs:
run: make install

- name: Build documentation
run: make docs-versioned
run: make docs

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './docs/html/'
path: 'public/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
Loading

0 comments on commit 1a3a3c7

Please sign in to comment.