Skip to content

Commit

Permalink
workflow: Update deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: JohnserfSeed <[email protected]>
  • Loading branch information
Johnserf-Seed authored Jul 8, 2024
1 parent c8a0933 commit ce6fd28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: github-pages

0 comments on commit ce6fd28

Please sign in to comment.