Skip to content

Commit

Permalink
codeploy asteroids
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent b7aa892 commit e14437c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
run: |
echo "This site is generated from github.com/bpcreech/blog" > ./public/README
- name: Download asteroids
uses: actions/download-artifact@v4
with:
name: production-files
path: ./public/asteroids
repository: bpcreech/typescript-asteroids

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

0 comments on commit e14437c

Please sign in to comment.