Skip to content

Commit

Permalink
Make github build and publish all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Oct 21, 2024
1 parent c5fdc16 commit aab1b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- uses: actions/checkout@v4
- name: Build static files
id: build
run: make
run: ./bin/install-deps-in-sphinx-container.sh && make pages
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: _build/html/
path: pages

# Deployment job
deploy:
Expand Down

0 comments on commit aab1b17

Please sign in to comment.