Skip to content

Commit

Permalink
[ci] fix pushed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 30, 2023
1 parent 65dbbae commit 46375a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy docs
name: Build docs

on:
push:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GH_DEPLOY_PUSH_TOKEN }}
branch: ${{ github.ref }}
branch: gh-deploy

- name: Setup tmate session for debug
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
Expand Down

0 comments on commit 46375a0

Please sign in to comment.