Skip to content

Commit

Permalink
🎨 quick fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Jan 14, 2025
1 parent 33503ff commit f686b5b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 38 deletions.
23 changes: 18 additions & 5 deletions .github/workflows/deploy-sanity-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,21 @@ permissions:

jobs:
deploy:
uses: ./.github/workflows/deploy-studio/
#with:
# environment: 'development'
secrets:
sanity_deploy_token: ${{ secrets.SANITY_DEPLOY_TOKEN }}
runs-on: ubuntu-latest
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY_TOKEN }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Deploy Studio
run: pnpm run deploy
33 changes: 0 additions & 33 deletions .github/workflows/deploy-studio/action.yaml

This file was deleted.

0 comments on commit f686b5b

Please sign in to comment.