Skip to content

Commit

Permalink
Enabled setup branch in build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Lucas Pereira committed Aug 23, 2022
1 parent e76539a commit 18e7a8b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: public-build

on:
push:
branches: [main]
branches: [main, setup]
workflow_dispatch:

jobs:
Expand All @@ -12,7 +12,17 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 'main'
fetch-depth: 0

- uses: actions/checkout@v2
with:
ref: 'setup'
fetch-depth: 0
path: _setup

- name: Insert setup branch
run: cp -r _setup/* .

- name: Setup Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 18e7a8b

Please sign in to comment.