Projects STRLCPY SeaMoon Commits c4919f64
🤬
  • ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 10 lines
    11 11   build:
    12 12   runs-on: ubuntu-latest
    13 13   steps:
     14 + - uses: actions/checkout@v4
    14 15   - name: Set up Node.js
    15 16   uses: actions/setup-node@v4
    16 17   with:
    17 18   node-version: '20'
    18  - - name: Install dependencies
    19  - run: |
    20  - cd web && npm install
    21 19   - name: Build Front
    22 20   run: |
    23 21   cd web && npm install && npm run build && cp -r dist ../cmd/client/static
    24  - - uses: actions/checkout@v4
    25 22   - name: Set up Go
    26 23   uses: actions/setup-go@v5
    27 24   with:
    skipped 8 lines
Please wait...
Page is in error, reload to recover