Skip to content

Commit 95007f1

Browse files
authored
Specify download-artifacts dir
1 parent 2616f4a commit 95007f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ jobs:
7070
uses: actions/download-artifact@v2
7171
with:
7272
name: dist
73+
path: public
7374
- name: Publish to Github pages
7475
uses: peaceiris/actions-gh-pages@v3
7576
with:
7677
github_token: ${{ secrets.GITHUB_TOKEN }}
7778
publish_branch: master
79+
publish_dir: public
7880
cname: nuhacks.io
7981
enable_jekyll: false

0 commit comments

Comments
 (0)