Skip to content

Commit

Permalink
feat: Test CLAAT NOT PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret committed Jun 3, 2024
1 parent 90bf5db commit 4fbb6fe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/claat-noprod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Export codelab from Google Doc

on:
push:
branches: ["!main"]
pull_request:
workflow_dispatch:

jobs:
test-codelab:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.2' # The Go version to download (if necessary) and use.
- run: go install github.com/googlecodelabs/tools/claat@latest
- name: Export with CLAAT
run: mkdir -p ./public/ && claat export -f html -o public docs/workshop.md
File renamed without changes.

0 comments on commit 4fbb6fe

Please sign in to comment.