Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TomConner committed Oct 7, 2023
1 parent 186e88b commit 157ac67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:

- name: Upload
if: always()
run: zip built.zip .
run: zip built.zip content public themes archetypes layouts

- uses: actions/upload-artifact@v3
if: always()
with:
name: my-artifact
path: .
path: build.zip

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 157ac67

Please sign in to comment.