forked from DGNum/colmena
.github/manual: Remove github-pages-deploy-action for now
Does not work well with `matrix` et al which causes the actual job name to change.
This commit is contained in:
parent
49eacdc31f
commit
c99a8246c2
2 changed files with 0 additions and 2 deletions
1
.github/workflows/manual-stable.yml
vendored
1
.github/workflows/manual-stable.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
|||
url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||
|
||||
steps:
|
||||
- uses: haya14busa/action-workflow_run-status@v1
|
||||
- uses: actions/checkout@v3.0.2
|
||||
- uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
|
|
1
.github/workflows/manual.yml
vendored
1
.github/workflows/manual.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
|||
url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||
|
||||
steps:
|
||||
- uses: haya14busa/action-workflow_run-status@v1
|
||||
- uses: actions/checkout@v3.0.2
|
||||
- uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue