Skip to content

Commit

Permalink
chore: update gh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jun 17, 2024
1 parent 24fafd9 commit bc634b3
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,30 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: gh-deploy

- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
- run: yarn install
cache: 'yarn'

- name: Merge
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: gh-deploy
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Install
run: yarn install

- name: Build
working-directory: '.'
run: yarn build:pages

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit bc634b3

Please sign in to comment.