Skip to content

Commit

Permalink
Add upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
katbow committed Sep 25, 2024
1 parent e6f73e8 commit 932953e
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 @@ -40,6 +40,8 @@ jobs:
steps:
- name: Configure Pages
uses: actions/configure-pages@v4
- name: Upload Artifact
uses: actions/upload-artifact@v4
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 comments on commit 932953e

Please sign in to comment.