Skip to content

Get Started: get rid of hard-coded versions in "Install Golang" chapt… #143

Get Started: get rid of hard-coded versions in "Install Golang" chapt…

Get Started: get rid of hard-coded versions in "Install Golang" chapt… #143

Workflow file for this run

name: Publish
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book