-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
80 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# name: Build and Deploy Manual | ||
# on: | ||
# push: | ||
# branches: | ||
# - main | ||
# jobs: | ||
# tests: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v3 | ||
# - name: Install Nix | ||
# uses: cachix/install-nix-action@v20 | ||
# - name: Build manual | ||
# run: | | ||
# nix build '.#flake-manual' --show-trace -vv -L | ||
# mkdir docs | ||
# curl https://nixos.org/favicon.ico -o docs/favicon.ico | ||
# cp result/index.html docs/index.html | ||
# - name: Deploy 🚀 | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# branch: gh-pages # The branch the action should deploy to. | ||
# folder: docs # The folder the action should deploy. | ||
name: Build and Deploy Manual | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Install Nix | ||
uses: cachix/install-nix-action@v20 | ||
- name: Build manual | ||
run: | | ||
nix build '.#manual' --show-trace -vv -L | ||
mkdir docs | ||
curl https://nixos.org/favicon.ico -o docs/favicon.ico | ||
cp result/index.html docs/index.html | ||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: docs # The folder the action should deploy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,10 +168,9 @@ | |
mqtt2prometheus | ||
smartmon-script | ||
woodpecker-pipeline | ||
# manual | ||
manual | ||
tfenv | ||
; | ||
|
||
} | ||
); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters