Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

chore(workspace): temp disable staging docs deploy, staging token is broken (#3037)

Changed files
+9 -9
.github
workflows
+9 -9
.github/workflows/site.yml
···
if: github.ref != 'refs/heads/main'
run: pnpm run build --staging
-
- name: Deploy Staging Site
-
working-directory: ./packages/site
-
if: github.ref != 'refs/heads/main'
-
run: pnpm run deploy --staging
-
env:
-
FORMIDEPLOY_GIT_SHA: ${{ github.event.pull_request.head.sha }}
-
GITHUB_DEPLOYMENT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
-
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
···
if: github.ref != 'refs/heads/main'
run: pnpm run build --staging
+
#- name: Deploy Staging Site
+
# working-directory: ./packages/site
+
# if: github.ref != 'refs/heads/main'
+
# run: pnpm run deploy --staging
+
# env:
+
# FORMIDEPLOY_GIT_SHA: ${{ github.event.pull_request.head.sha }}
+
# GITHUB_DEPLOYMENT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
# SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
+
# SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}