Skip to content

Commit

Permalink
deploy gh page
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Apr 16, 2021
1 parent edcf541 commit af50712
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
files: target/release/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/release
publish_branch: main

0 comments on commit af50712

Please sign in to comment.