don't use github pages
Some checks failed
Build / build (macos-12) (push) Has been cancelled
Build / build (macos-14) (push) Has been cancelled
Build / build (windows-2022) (push) Has been cancelled
Build / build (ubuntu-22.04) (push) Has been cancelled
Documentation / build (push) Successful in 13s
Documentation / deploy (push) Failing after 10s

This commit is contained in:
2024-04-21 22:57:56 -06:00
parent 4bf9ac8970
commit 55482dae38

View File

@ -34,15 +34,15 @@ jobs:
mv _build_doxygen/html deploy/doxygen
mv _build_sphinx/html/* deploy
- name: Setup pages
if: github.event_name != 'pull_request'
uses: actions/configure-pages@v4
# - name: Setup pages
# if: github.event_name != 'pull_request'
# uses: actions/configure-pages@v4
- name: Upload pages artifact
if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v3
with:
path: doc/deploy
# - name: Upload pages artifact
# if: github.event_name != 'pull_request'
# uses: actions/upload-pages-artifact@v3
# with:
# path: doc/deploy
- name: Upload artifacts
if: github.event_name == 'pull_request'