Skip to content

Commit

Permalink
⚗️ Fix #1626
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Oct 31, 2023
1 parent 8cd37f7 commit 7a23f93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
dataset: ['global-development'] #${{ fromJson(needs.read-satellites.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- name: Install pnpm 📦
id: install-pnpm
uses: pnpm/[email protected]
Expand All @@ -25,9 +26,7 @@ jobs:
- name: Install dependencies 🔧
id: install-dependencies
run: |
pnpm install
pnpm sanityv3 install
- uses: actions/checkout@v3
- name: Export Data
working-directory: ./sanityv3
env:
Expand Down

0 comments on commit 7a23f93

Please sign in to comment.