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 1c51aa6 commit 3a09a6bCopy full SHA for 3a09a6b
.github/workflows/run_docs.yml
@@ -31,10 +31,16 @@ jobs:
31
with:
32
expression: ".#docs"
33
34
+ - name: Patch 404.html 🩹
35
+ run: |
36
+ cp -r ${{ steps.build.outputs.derivation }}/. dist
37
+ chmod -R +w dist
38
+ sed -i 's|<base href="/">|<base href="/NixOS-WSL">|' dist/404.html
39
+
40
- name: Upload documentation 📥
41
uses: actions/upload-pages-artifact@v3
42
- path: ${{ steps.build.outputs.derivation }}
43
+ path: dist
44
45
- name: Deploy to GitHub Pages 🚀
46
if: github.ref == 'refs/heads/main'
0 commit comments