deref symlink

This commit is contained in:
tnichols217 2025-09-28 23:30:38 -04:00
parent 60048515d6
commit 287a598b05

View File

@ -19,12 +19,14 @@ jobs:
shell: bash
run: |
nix build --experimental-features "nix-command flakes" .#book
mkdir -p ./site
cp -rL ./result/* ./site
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./result"
path: "./site"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4