Skip to content

Commit

Permalink
maybe artifacts again
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent f7fff41 commit d600cf2
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,20 @@ jobs:
run: |
echo "This site is generated from github.com/bpcreech/blog" > ./public/README
# uses: robinraju/[email protected]
# with:
# out-file-path: ./public/asteroids
# repository: bpcreech/typescript-asteroids
# # github-token: ${{ secrets.TOKEN }}
# latest: true
# tarBall: true
# extract: true
- name: Download asteroids
uses: robinraju/[email protected]
uses: actions/download-artifact@v4
with:
out-file-path: ./public/asteroids
name: production-files
github-token: ${{ secrets.TOKEN }} # token with actions:read permissions on target repo
repository: bpcreech/typescript-asteroids
# github-token: ${{ secrets.TOKEN }}
latest: true
tarBall: true
extract: true

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

0 comments on commit d600cf2

Please sign in to comment.