Skip to content

Commit

Permalink
infra: Fix github CI/CD artifact :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 committed Sep 12, 2024
1 parent ccf0af8 commit d277548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: actions/checkout@v3

- name: Deploy to GitHub Pages
id: deploy
uses: actions/deploy-pages@v4
id: deployment
uses: actions/deploy-pages@v3
with:
artifact_name: github-pages
env:
Expand Down

0 comments on commit d277548

Please sign in to comment.