This commit is contained in:
Loup-Garou911XD 2024-03-28 03:27:17 +05:30
parent 07dc5ca202
commit eea123b9a2

View File

@ -24,7 +24,7 @@ jobs:
- name: Build documentation
run: make docs-sphinx
- name: Upload the build
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v4
with:
name: sphinx_html_docs
path: build/sphinx
@ -48,6 +48,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
uses: actions/deploy-pages@v4
with:
artifact_name: sphinx_html_docs