Skip to content

Commit

Permalink
incorporate asteroid via a release instead of an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent 68bc8a1 commit f7fff41
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ jobs:
echo "This site is generated from github.com/bpcreech/blog" > ./public/README
- name: Download asteroids
uses: actions/download-artifact@v4
uses: robinraju/[email protected]
with:
path: ./public/asteroids
out-file-path: ./public/asteroids
repository: bpcreech/typescript-asteroids
merge-multiple: true
github-token: ${{ secrets.TOKEN }}
# github-token: ${{ secrets.TOKEN }}
latest: true
tarBall: true
extract: true

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

0 comments on commit f7fff41

Please sign in to comment.