Skip to content

Commit 73b7a44

Browse files
committed
Update Actions dependencies
1 parent 0fff2a7 commit 73b7a44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
67
permissions:
78
contents: read
89
pages: write
@@ -12,20 +13,20 @@ jobs:
1213
build:
1314
runs-on: ubuntu-latest
1415
steps:
15-
- uses: actions/checkout@v2.4.0
16-
- uses: cachix/install-nix-action@v15
16+
- uses: actions/checkout@v3
17+
- uses: cachix/install-nix-action@v18
1718
with:
1819
extra_nix_config: |
1920
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2021
2122
- name: Build and deploy
2223
run: nix develop --command mkdocs build --site-dir public
23-
24+
2425
- name: Upload artifact
2526
uses: actions/upload-pages-artifact@v1
2627
with:
2728
path: public
28-
29+
2930
deploy:
3031
environment:
3132
name: github-pages

0 commit comments

Comments
 (0)