Skip to content

Commit

Permalink
ci: add setup pages step upload
Browse files Browse the repository at this point in the history
  • Loading branch information
suliatis committed Nov 24, 2023
1 parent ba7d0ee commit d5448f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: make test
- name: Release
run: make release
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit d5448f1

Please sign in to comment.