Skip to content

Commit

Permalink
ci: try commit as github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Aug 16, 2023
1 parent 6ea1ab4 commit 970db5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
# tags:
# - v[0-9]+.[0-9]+.[0-9]+*

permissions: write-all
permissions: {}

jobs:
docs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag: v3.5.3
- name: Fetch all git branches
Expand All @@ -26,9 +28,9 @@ jobs:
with:
defaultBranch: main
docsPath: typedoc
gitCommitEmail: 'electron-bot@users.noreply.github.com'
gitCommitEmail: 'github-actions@github.com'
gitCommitMessage: 'Publish [skip ci]'
gitCommitUser: 'Electron Bot'
gitCommitUser: 'github-actions'
showUnderscoreFiles: true
versionDocs: true
env:
Expand Down

0 comments on commit 970db5c

Please sign in to comment.