Skip to content

Commit

Permalink
moved to validate
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfr committed Nov 14, 2024
1 parent a7f771e commit c3a2ab2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,3 @@ jobs:
run: npm run build

- run: npx pkg-pr-new publish



deploy-preview:
name: "🚀 Deploy Docs"
uses: forge42dev/workflows/.github/workflows/deploy-to-fly.yaml@monorepo-matrix
with:
workspace_name: docs
github_environment: "docs-previev"
secrets:
fly_api_token: ${{ secrets.FLY_API_TOKEN }}
11 changes: 11 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,14 @@ jobs:
# Only works if you set `reportOnFailure: true` in your vite config as specified above
if: always()
uses: davelosert/vitest-coverage-report-action@v2


deploy-preview:
name: "🚀 Deploy Docs"
needs: [lint, typecheck, vitest]
uses: forge42dev/workflows/.github/workflows/deploy-to-fly.yaml@monorepo-matrix
with:
workspace_name: docs
github_environment: "docs-previev"
secrets:
fly_api_token: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit c3a2ab2

Please sign in to comment.