mirror of https://github.com/Nonannet/copapy.git
Merge pull request #18 from Nonannet/dev
Missing Upload artifact for github-pages added
This commit is contained in:
commit
a67912ed84
|
|
@ -339,6 +339,11 @@ jobs:
|
||||||
make html
|
make html
|
||||||
touch build/html/.nojekyll
|
touch build/html/.nojekyll
|
||||||
|
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
with:
|
||||||
|
path: docs/build/html
|
||||||
|
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
||||||
needs: build-docs
|
needs: build-docs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue