work in progress on publishing docs

This commit is contained in:
2026-07-26 23:31:44 +02:00
parent 5a906cdea0
commit 55138d7e2a
42 changed files with 462 additions and 460 deletions
+4 -2
View File
@@ -20,8 +20,10 @@ jobs:
- name: Upload spearhead.lua artifact
uses: actions/upload-artifact@v3
with:
name: spearhead-lua
path: ./output/spearhead.lua
name: spearhead-docs
path: ./.docs/**/*
retention-days: 1
build-image:
runs-on: ubuntu-latest