Skip to content

Commit

Permalink
Deploy web builds to GitHub pages (see #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Mar 27, 2022
1 parent a9baf10 commit 67af227
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,8 @@ jobs:
asset_name: ${{ env.GAME_EXECUTABLE_NAME }}_${{ steps.tag.outputs.tag }}_web.zip
tag: ${{ github.ref }}
overwrite: true
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist

0 comments on commit 67af227

Please sign in to comment.