Skip to content

Commit

Permalink
Set correct folder for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
george-d-atscale committed Apr 26, 2024
1 parent cb291a6 commit 6d1a60b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
tar -czf github-pages.tar -C ./public .
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./
path: ./atscale/public

# Deployment job
deploy:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
atscale/public/*
atscale/resources/_gen/*

0 comments on commit 6d1a60b

Please sign in to comment.