Skip to content

ci: use reusable workflows (#388) #909

ci: use reusable workflows (#388)

ci: use reusable workflows (#388) #909

Workflow file for this run

name: Website
on:
pull_request: {}
push:
branches:
- main
permissions:
contents: read
id-token: write
pages: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
book:
name: Book
uses: RustForWeb/.github/.github/workflows/book.yml@c18f3b7315df398b6af8d03f823e31daeda63114

Check warning on line 21 in .github/workflows/website.yml

View workflow run for this annotation

GitHub Actions / Website

Workflow syntax warning

In .github/workflows/website.yml (Line: 21, Col: 15): Error from called workflow RustForWeb/.github/.github/workflows/book.yml@c18f3b7315df398b6af8d03f823e31daeda63114 (Line: 74, Col: 19): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
combine: false