Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanChanges authored Nov 13, 2024
1 parent c848ecc commit 4fd2ef2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
with:
name: build-output
path: ./.output/public
- name: Upload artifact to GitHub Pages
# Deployment job
deploy:
# Add a dependency to the build job
Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
- uses: actions/deploy-pages@v4
name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Save to gh_pages branch
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 4fd2ef2

Please sign in to comment.