Skip to content

ci: remove wiki generation as wiki is deprecated in favor of docs.phc… #1085

ci: remove wiki generation as wiki is deprecated in favor of docs.phc…

ci: remove wiki generation as wiki is deprecated in favor of docs.phc… #1085

Workflow file for this run

name: Deploy Notification To dev.phcode.dev
on:
push:
branches: [ main ]
jobs:
build-tasks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Npm Install
run: |
npm ci
- name: Verifying release artifact build
run: |
npm run release:dev
- name: Deploy Notification To dev.phcode.dev repository
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT_PHOENIX_BOT_PUBLIC_REPO_ACCESS }}
repository: phcode-dev/dev.phcode.dev
event-type: deploy-dev
client-payload: '{"source":"${{github.repositoryUrl}}", "workflow":"${{github.workflow}}", "run_id":"${{github.run_id}}", "run_number":"${{github.run_number}}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'