Skip to content

Commit

Permalink
Move gh-page deploy after npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 authored and samshara committed Jun 29, 2023
1 parent af54bba commit 5fb3885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 47 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/deploy.yml

This file was deleted.

12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
registry-url: https://registry.npmjs.org/

- name: Install
run: yarn install

- name: Build
run: yarn build
- name: Install + Build
run: docker-compose up page-build

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 5fb3885

Please sign in to comment.