mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
ci: consolidate 'check' type workflows into one
This commit is contained in:
parent
df1b3f7968
commit
7a78edac81
6 changed files with 128 additions and 141 deletions
4
.github/workflows/docs-preview.yml
vendored
4
.github/workflows/docs-preview.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
- "modules/**"
|
||||
- "docs/**"
|
||||
|
||||
# Defining permissions here passes it to all workflows.
|
||||
# Defining permissions here passes it to all jobs.
|
||||
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
run: git config --global init.defaultBranch main
|
||||
|
||||
- name: Build documentation packages
|
||||
run: nix build .#docs-html --print-build-logs
|
||||
run: nix build .#docs-html --print-build-logs || exit 1
|
||||
|
||||
- name: Deploy to GitHub Pages preview
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue