1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

Port actix book (#297)

* Tweak GHA

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Port actix book

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Fix links

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi
2022-11-10 22:09:51 +09:00
committed by GitHub
parent 02aba0903b
commit 1da84fca06
17 changed files with 950 additions and 55 deletions

View File

@ -3,16 +3,14 @@ name: Build check
on:
pull_request:
branches:
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
- v2
jobs:
test-deploy:
name: Build check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
@ -21,4 +19,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Test build website
run: npm run build
run: npm run build

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use stable
run: |