Skip to content

Commit

Permalink
pages-artifact different than artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Jul 18, 2024
1 parent ca11db3 commit c7dfedd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
done
- name: Upload Docs artifact
uses: actions/upload-artifact@master
with:
name: "docs"
path:
docs/html/
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
name: "github-pages"
path:
Expand Down

0 comments on commit c7dfedd

Please sign in to comment.