Add ilinks check to GH Actions
This commit is contained in:
parent
82094dc840
commit
6a6876eac0
1 changed files with 1 additions and 11 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -29,14 +29,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- run: "nix-shell --run 'nanoc --env=prod'"
|
- run: "nix-shell --run 'nanoc --env=prod'"
|
||||||
- uses: actions/checkout@v2
|
- run: "nix-shell --run 'nanoc --env=prod check --deploy'"
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
|
||||||
- name: Run a one-line script
|
|
||||||
run: echo Hello, world!
|
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
|
||||||
- name: Run a multi-line script
|
|
||||||
run: |
|
|
||||||
echo Add other actions to build,
|
|
||||||
echo test, and deploy your project.
|
|
||||||
|
|
Loading…
Reference in a new issue