Skip to content

Commit

Permalink
devop: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 25, 2024
1 parent d7d9cfd commit cb96a14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ jobs:
node-version: "18"
- name: Install dependencies
run: yarn install
- name: Create build
run: yarn build:release
- name: deploy to github pages
run: yarn publish-gh-pages
- name: Create build and release
run: yarn build:release && yarn publish-gh-pages

0 comments on commit cb96a14

Please sign in to comment.