Skip to content

Commit

Permalink
switch asteroids back to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent d600cf2 commit b9b3127
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,13 @@ 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: actions/download-artifact@v4
- name: Grab latest asteroids build
uses: robinraju/[email protected]
with:
name: production-files
github-token: ${{ secrets.TOKEN }} # token with actions:read permissions on target repo
out-file-path: ./public/asteroids
repository: bpcreech/typescript-asteroids
latest: true
extract: true

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

0 comments on commit b9b3127

Please sign in to comment.