File tree Expand file tree Collapse file tree 5 files changed +201
-384
lines changed Expand file tree Collapse file tree 5 files changed +201
-384
lines changed Original file line number Diff line number Diff line change 11
11
pages :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
- run : git fetch --prune --unshallow --tags
16
16
- uses : cachix/install-nix-action@v27
17
17
with :
23
23
mkdir pages
24
24
mv ./cached-nix-shell.1.html pages
25
25
- name : Deploy
26
- uses : peaceiris/actions-gh-pages@v3
26
+ uses : peaceiris/actions-gh-pages@v4
27
27
with :
28
28
github_token : ${{ secrets.GITHUB_TOKEN }}
29
29
publish_dir : ./pages
Original file line number Diff line number Diff line change 10
10
matrix :
11
11
os : [ubuntu-latest, macos-latest]
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : cachix/install-nix-action@v27
15
15
with :
16
16
nix_path : nixpkgs=channel:nixos-unstable
You can’t perform that action at this time.
0 commit comments