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
@@ -27,6 +27,10 @@ jobs:
with: with:
args: . args: .
- name: Copying files
run: |
cp LICENSE build/doc/topics/LICENSE
- name: Deploy documentation to gh-pages - name: Deploy documentation to gh-pages
uses: peaceiris/actions-gh-pages@v4 uses: peaceiris/actions-gh-pages@v4
#if: ${{ github.ref == 'refs/heads/master' }} #if: ${{ github.ref == 'refs/heads/master' }}
+1
View File
@@ -38,6 +38,7 @@ jobs:
cp LICENSE build/LICENSE cp LICENSE build/LICENSE
cp demo.lua build/demo.lua cp demo.lua build/demo.lua
cp -R doc/ build/doc/ cp -R doc/ build/doc/
cp LICENSE build/doc/topics/LICENSE
- name: Upload artifact (socket.7z) - name: Upload artifact (socket.7z)
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4