Bring blog post up to date with Capstone v6-Alpha release. (#65) #93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Site | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@master | |
with: | |
submodules: true | |
- name: Hugo to GH Pages | |
uses: chabad360/hugo-gh-pages@master | |
with: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
cname: rizin.re |