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:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: "nix-shell --run 'nanoc --env=prod'"
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# 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.
|
||||
- run: "nix-shell --run 'nanoc --env=prod check --deploy'"
|
||||
|
|
Loading…
Reference in a new issue