File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11name : Build and publish document
2- on :
3- push :
4- branches : [main]
2+ on : push
53
64# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
75permissions :
2321 key : webdav-push.mkd
2422
2523 - name : Install packages
26- run : sudo gem install kramdown-rfc && sudo apt-get install --no-install-recommends -y xml2rfc
24+ run : >
25+ sudo apt-get install --no-install-recommends -y golang-go xml2rfc
26+ sudo gem install kramdown-rfc
27+ sudo pip3 install svgcheck --break-system-packages
28+ go install github.com/blampe/goat/cmd/goat@latest
2729
2830 - name : Prepare output directory
2931 run : mkdir build
4143 path : build
4244
4345 deploy :
46+ if : github.ref == 'refs/heads/main'
4447 environment :
4548 name : github-pages
4649 url : ${{ steps.deployment.outputs.page_url }}
You can’t perform that action at this time.
0 commit comments