Skip to content

Add gz template

Add gz template #6

Workflow file for this run

name: "CI - Test Templates"
on:
pull_request:
jobs:
smoke-test:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v6
- name: Smoke test for "gz"
id: smoke_test
uses: ./.github/actions/smoke-test
with:
template: "gz"
gen_docs:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.CI_BOT_TOKEN }}
- name: "Publish Templates"
uses: devcontainers/action@v1
with:
publish-templates: "false"
base-path-to-templates: "./templates/src"
generate-docs: "true"
- uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: Update generated docs