mirror of
https://github.com/foomo/foomo-docs.git
synced 2026-08-12 12:30:18 +00:00
Fix build
This commit is contained in:
@@ -3,7 +3,7 @@ name: publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '16.x'
|
||||
node-version: "18.x"
|
||||
- uses: webfactory/ssh-agent@v0.5.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '14.x'
|
||||
node-version: "18.x"
|
||||
- name: Test Build
|
||||
working-directory: foomo
|
||||
run: |
|
||||
@@ -23,4 +23,4 @@ jobs:
|
||||
else
|
||||
npm i
|
||||
fi
|
||||
npm run build
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user