mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 21:59:27 +00:00
fix CD
This commit is contained in:
parent
e7d8f7a6de
commit
df126040e9
1 changed files with 11 additions and 10 deletions
21
.github/workflows/main.yml
vendored
21
.github/workflows/main.yml
vendored
|
|
@ -5,15 +5,16 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- name: Checkout
|
||||||
- name: Use Node.js 10.x
|
uses: actions/checkout@master
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
- name: Build and Deploy
|
||||||
version: 10.x
|
uses: JamesIves/github-pages-deploy-action@master
|
||||||
- name: Build
|
env:
|
||||||
run: |
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
npm install
|
BRANCH: gh-pages
|
||||||
npm run build --if-present
|
FOLDER: build
|
||||||
|
BUILD_SCRIPT: yarn && yarn build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue