We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fff2a7 commit 73b7a44Copy full SHA for 73b7a44
.github/workflows/build.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
+
7
permissions:
8
contents: read
9
pages: write
@@ -12,20 +13,20 @@ jobs:
12
13
build:
14
runs-on: ubuntu-latest
15
steps:
- - uses: actions/checkout@v2.4.0
16
- - uses: cachix/install-nix-action@v15
+ - uses: actions/checkout@v3
17
+ - uses: cachix/install-nix-action@v18
18
with:
19
extra_nix_config: |
20
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
21
22
- name: Build and deploy
23
run: nix develop --command mkdocs build --site-dir public
-
24
25
- name: Upload artifact
26
uses: actions/upload-pages-artifact@v1
27
28
path: public
29
30
deploy:
31
environment:
32
name: github-pages
0 commit comments