Skip to content

Commit

Permalink
updates target for upload artifact step in gh actions (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-saeger authored Jun 20, 2023
1 parent 725cddd commit 642bfca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
path: "public/"
uses: actions/upload-pages-artifact@v1

# Deployment job
Expand Down

0 comments on commit 642bfca

Please sign in to comment.