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