Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Nov 14, 2024
1 parent 0a3e3db commit 2061f08
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/pull_request_secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,15 +295,16 @@ jobs:
npm ci
npm run build -- --filter docs
# - name: Deploy Documentation (Preview Mode)
# if: ${{ github.ref != 'refs/heads/main' }}
# id: deploy
# uses: cloudflare/wrangler-action@v3
# with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# workingDirectory: ./apps/docs
- name: Deploy Documentation (Preview Mode)
if: ${{ github.ref != 'refs/heads/main' }}
id: deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: ./apps/docs
# command: pages deploy ./public-serve --project-name=timefold-docs --branch=${{ github.ref }}
command: echo "deploy"

sonarcloud:
needs: approval_required
Expand Down

0 comments on commit 2061f08

Please sign in to comment.