aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Santiago <danysantiago@google.com>2021-01-28 13:13:52 -0800
committerDagger Team <dagger-dev+copybara@google.com>2021-01-28 13:15:22 -0800
commit89b334dfff9d2342874049848a0b1b7f7704e0e4 (patch)
tree78ef579558602724e8db70707b93dd5a7cf12748 /.github
parent0d9be9463d2283428724542d0d8f9b564031d2c2 (diff)
downloaddagger2-89b334dfff9d2342874049848a0b1b7f7704e0e4.tar.gz
Add publishing docs to Github Pages step into the Github Workflow
RELNOTES=N/A PiperOrigin-RevId: 354378373
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 056b7bcc2..7a602a370 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -135,6 +135,11 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
+ - name: 'Publish latest docs'
+ run: ./util/generate-latest-docs.sh
+ shell: bash
+ env:
+ GH_TOKEN: ${{ github.token }}
- name: 'Publish latest snapshot'
run: ./util/publish-snapshot-on-commit.sh
shell: bash