Skip to content

Commit

Permalink
chore: update docs.yml (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Nov 7, 2023
1 parent fad7728 commit 84a901f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ name: Update documentation

on:
push:
tags:
- '*'
branches: [ main ]
repository_dispatch:
types: [gh-pages]
workflow_dispatch:

jobs:
gh-page-sync:
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout android-places-ktx
uses: actions/checkout@v2
uses: actions/checkout@v3

# Run dokka and create tar
- name: Generate documentation
Expand All @@ -45,7 +45,7 @@ jobs:
# Commit changes and create a PR
- name: PR Changes
uses: peter-evans/create-pull-request@v2
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
commit-message: 'docs: Update docs'
Expand Down

0 comments on commit 84a901f

Please sign in to comment.