diff --git a/.github/workflows/trigger-workflow.yml b/.github/workflows/trigger-workflow.yml index d54d469f822..5120dd8dc45 100644 --- a/.github/workflows/trigger-workflow.yml +++ b/.github/workflows/trigger-workflow.yml @@ -40,12 +40,12 @@ jobs: # ref: ${{ github.event.client_payload.ref }} path: tauri - - name: Checkout tauri-docs - uses: actions/checkout@v3 - with: - repository: vasfvitor/tauri-docs - path: tauri-docs - submodules: true + # - name: Checkout tauri-docs + # uses: actions/checkout@v3 + # with: + # repository: vasfvitor/tauri-docs + # path: tauri-docs + # submodules: true # - name: Update submodules # working-directory: ./tauri-docs @@ -125,16 +125,16 @@ jobs: # git config --global user.name "${{ github.event.inputs.gitName }}" # git config --global user.email "${{ github.event.inputs.gitEmail }}" - - name: Create pull request for updated docs - # soft fork of https://github.com/peter-evans/create-pull-request for security purposes - uses: tauri-apps/create-pull-request@v3.4.1 - if: github.event_name != 'pull_request' && github.event_name != 'push' - with: - token: ${{ secrets.ORG_TAURI_BOT_PAT }} - commit-message: 'chore(docs): Update Rust & TS docs' - branch: docs/release - path: tauri-docs - title: Update Docs - labels: 'new release' - body: | - These are the updated docs from the most recent release. + # - name: Create pull request for updated docs + # # soft fork of https://github.com/peter-evans/create-pull-request for security purposes + # uses: tauri-apps/create-pull-request@v3.4.1 + # if: github.event_name != 'pull_request' && github.event_name != 'push' + # with: + # token: ${{ secrets.ORG_TAURI_BOT_PAT }} + # commit-message: 'chore(docs): Update Rust & TS docs' + # branch: docs/release + # path: tauri-docs + # title: Update Docs + # labels: 'new release' + # body: | + # These are the updated docs from the most recent release.