Skip to content

Commit

Permalink
perf: ♻️ Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 19, 2023
1 parent b30da3c commit 4d1a916
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,25 @@ jobs:
run_install: |
args: []
- name: Upload Artifacts 🔺
uses: actions/upload-artifact@v1
with:
name: dist
path: dist

deploy:
concurrency: ci-${{ github.ref }}
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Download Artifacts 🔻
uses: actions/download-artifact@v1
with:
name: dist

- name: Install and Build 🔧
run: |
pnpm install
Expand Down

0 comments on commit 4d1a916

Please sign in to comment.