Skip to content

Commit

Permalink
try fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 20, 2024
1 parent c6f6639 commit 0dea01f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ concurrency:
cancel-in-progress: true

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
Expand All @@ -31,9 +30,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
# Upload entire repository
path: "./index"
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 0dea01f

Please sign in to comment.