Skip to content

Commit

Permalink
Add docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhordynski committed Apr 3, 2024
1 parent 5abf187 commit 11fd274
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:

jobs:
pages:
runs-on: ubuntu-latest
container: python:3.11
runs-on: gcr.io/google.com/cloudsdktool/google-cloud-cli:latest
permissions:
contents: write
steps:
Expand All @@ -27,10 +26,6 @@ jobs:
run: . ./setup_dev_env.sh

- name: Build docs
run: ./build_docs.sh

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
run: |
source venv/bin/activate
./.github/scripts/build_docs.sh

0 comments on commit 11fd274

Please sign in to comment.