From baacd94c9e19cf6cfa886faa86fe700fdbb9db8d Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 5 Feb 2025 16:46:43 +0000 Subject: [PATCH] =?UTF-8?q?link=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- link.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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