Compare commits
No commits in common. "f3d80d107105664d1a23ad0bc9adbbcbe2df0e80" and "a563a42d2ea3772e7613c3b39e4785a5254fdd2a" have entirely different histories.
f3d80d1071
...
a563a42d2e
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
name: Actions
|
name: Actions
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -29,6 +27,7 @@ jobs:
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
name: Build Documentation (MkDocs)
|
name: Build Documentation (MkDocs)
|
||||||
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: www.coastalcommits.com/cswimr/actions:docs@sha256:e405cd6b9b1182a570ddee32ed8dd1b2f899edc625d006c8b4b2f18c100e724f
|
container: www.coastalcommits.com/cswimr/actions:docs@sha256:e405cd6b9b1182a570ddee32ed8dd1b2f899edc625d006c8b4b2f18c100e724f
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue