mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
TODOs, ci skip check
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Build Docker Images
|
||||
run: make -C main build-test-all
|
||||
- name: Run Post-Build Hooks
|
||||
run: make -C main hooks-all
|
||||
run: make -C main hook-all
|
||||
env:
|
||||
COMMIT_MSG: "${{github.event.head_commit.message}}"
|
||||
WIKI_PATH: ../wiki
|
||||
@@ -47,6 +47,7 @@ jobs:
|
||||
- build
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
# TODO: need to auth with docker hub
|
||||
- name: Push Images
|
||||
run: make -C main push-all
|
||||
# TODO: doesn't support working directory
|
||||
|
3
.github/workflows/sphinx.yml
vendored
3
.github/workflows/sphinx.yml
vendored
@@ -29,13 +29,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'ci skip')
|
||||
steps:
|
||||
- name: Extract Source Strings
|
||||
working-directory: docs
|
||||
run: |
|
||||
make gettext
|
||||
sphinx-intl update -p _build/gettext -l en
|
||||
# TODO: need to ci skip to prevent looping
|
||||
- name: Push Strings to Master
|
||||
uses: mikeal/publish-to-github-action@master
|
||||
env:
|
||||
|
Reference in New Issue
Block a user