Skip to content

Commit

Permalink
Added deploy to github pages step to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBradley committed May 6, 2023
1 parent 36eebb6 commit f583b29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
release/*.zip
release/*.elf
draft: True
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: releases/current
repository-name: MitchBradley/MitchBradley.github.io
ssh-key: ${{ secrets.GHP_DEPLOY_KEY }}
target-folder: releases/${{ github.event.inputs.tag }}

# - name: Upload mac bundle
# uses: actions/upload-artifact@v2
# with:
Expand Down

0 comments on commit f583b29

Please sign in to comment.