Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Jan 30, 2025
1 parent eeb4d29 commit 594f877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: ./_site
path: ./
name: artifact

# Deployment job
deploy:
Expand All @@ -66,4 +67,4 @@ jobs:
id: deployment
uses: actions/deploy-pages@v1
with:
folder: ./_site
folder: artifact

0 comments on commit 594f877

Please sign in to comment.