Added license to doc, ready for 1.0.0
Update gh-pages.yml and packaging.yml
This commit is contained in:
@@ -26,6 +26,10 @@ jobs:
|
|||||||
uses: lunarmodules/ldoc@v1.5.0
|
uses: lunarmodules/ldoc@v1.5.0
|
||||||
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user