This commit is contained in:
Dave Kerr
2025-03-11 10:56:01 +00:00
parent b8cac9c4af
commit 4d795efb0c

View File

@@ -36,7 +36,8 @@ jobs:
cd .github/website cd .github/website
make install make install
make build make build
cp build/. '../pages' cp -r build/. '../pages'
ls -al "../pages"
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with: