Skip to content

Commit

Permalink
Merge pull request #737 from sebgroup/develop
Browse files Browse the repository at this point in the history
fix gh pages workflow
  • Loading branch information
mario-subo authored May 11, 2022
2 parents c4ab138 + f721dde commit e02ecac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Github Pages

on:
workflow_dispatch:

push:
branches: [master, beta]

Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
- name: Setup Node 🏗️
uses: actions/setup-node@v2
with:
node-version: 15.x
node-version: 16.x

- name: Installing dependencies ⏳
run: npm ci
Expand Down Expand Up @@ -121,4 +123,4 @@ jobs:
TARGET_FOLDER: ${{ matrix.name }}
CLEAN: true # Automatically remove deleted files from the deploy branch
CLEAN_EXCLUDE: '["version"]'


0 comments on commit e02ecac

Please sign in to comment.