Skip to content

Commit

Permalink
use upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazs-flare committed Mar 15, 2024
1 parent c1fc19b commit 2d05ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build --strict
- uses: upload-pages-artifact
with:
path: public

deploy:
needs: build
Expand All @@ -29,5 +32,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
path: public

0 comments on commit 2d05ab2

Please sign in to comment.