diff --git a/link.md b/link.md index 50e26db..5a55cd7 100644 --- a/link.md +++ b/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