fix dev guide regeneration (#2225) #233
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: Validate Documentation Static Content Generation | |
on: | |
push: | |
branches: [ documentation ] | |
pull_request: | |
branches: [ documentation ] | |
jobs: | |
build: | |
name: Hugo Documentation Build | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build Hugo Static Content image | |
run: make container-generate |