link を更新
parent
b70f411a22
commit
baacd94c9e
35
link.md
35
link.md
@ -4,6 +4,41 @@ latest : ue 5.5.2
|
||||
- https://blueprintue.com/profile/ai
|
||||
- https://dev.epicgames.com/community/profile/organization/gdkg/ai
|
||||
|
||||
項目が分かりづらいので、こちらに情報をまとめます。
|
||||
|
||||
book: ue-book.syui.ai
|
||||
|
||||
```json
|
||||
name: github pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 23
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd ./book
|
||||
npm i
|
||||
npx honkit build
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./book/_book
|
||||
publish_branch: gh-pages
|
||||
```
|
||||
|
||||
## free
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user