Added license to doc, ready for 1.0.0

Update gh-pages.yml and packaging.yml
This commit is contained in:
2026-04-09 18:11:54 +02:00
parent 65319f17c0
commit 9915421cff
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@ jobs:
uses: lunarmodules/ldoc@v1.5.0
with:
args: .
- name: Copying files
run: |
cp LICENSE build/doc/topics/LICENSE
- name: Deploy documentation to gh-pages
uses: peaceiris/actions-gh-pages@v4
+1
View File
@@ -38,6 +38,7 @@ jobs:
cp LICENSE build/LICENSE
cp demo.lua build/demo.lua
cp -R doc/ build/doc/
cp LICENSE build/doc/topics/LICENSE
- name: Upload artifact (socket.7z)
uses: actions/upload-artifact@v4