CI #874
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: CI | |
on: [gollum, push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: build container | |
run: sudo docker build . -t hakierspejs/wiki | |
- name: regenerate our svg | |
run: sudo docker run -v `pwd`:/root hakierspejs/wiki | |
- uses: stefanzweifel/git-auto-commit-action@v4.2.0 | |
with: | |
commit_message: Apply automatic changes |