Skip to content

Commit

Permalink
removes erronious argument to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
david-saeger committed Jun 20, 2023
1 parent b133a61 commit 6659429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ 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
with:
path: "public/"
Expand Down

0 comments on commit 6659429

Please sign in to comment.