Skip to content

Commit

Permalink
pass artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
adase11 committed Oct 7, 2024
1 parent 87e0056 commit 2a88534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
id: upload
uses: actions/upload-pages-artifact@v3
with:
path: "out"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: ${{ steps.upload.outputs.artifact_id }}

0 comments on commit 2a88534

Please sign in to comment.