Skip to content

Tweakpane 4.0.4. Dependency updates. Import sort style changes throug… #89

Tweakpane 4.0.4. Dependency updates. Import sort style changes throug…

Tweakpane 4.0.4. Dependency updates. Import sort style changes throug… #89

name: Deploy Documentation
on:
push:
branches:
- main
- develop
workflow_dispatch:
jobs:
post:
runs-on: ubuntu-latest
steps:
- name: Set WEBHOOK_URL for main
if: github.ref == 'refs/heads/main'
run: echo "WEBHOOK_URL=${{ secrets.PAGES_DEPLOY_MAIN_WEBHOOK_URL }}" >> $GITHUB_ENV
- name: Set WEBHOOK_URL for develop
if: github.ref == 'refs/heads/develop'
run: echo "WEBHOOK_URL=${{ secrets.PAGES_DEPLOY_DEVELOP_WEBHOOK_URL }}" >> $GITHUB_ENV
- name: Send Cloudflare Pages Webhook POST request
run: curl -X POST ${{ env.WEBHOOK_URL }}