Skip to content

Commit

Permalink
specify path
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jan 23, 2025
1 parent ee6743e commit d1a975d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: _site

# Deployment job
deploy:
Expand All @@ -93,4 +95,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit d1a975d

Please sign in to comment.