Skip to content

Commit

Permalink
Update docc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Jan 11, 2024
1 parent d08432f commit 4d427c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: docc
on:
release:
types: [released]
'on':
push:
branches:
- main
permissions:
contents: read
pages: write
Expand All @@ -14,7 +15,7 @@ jobs:
environment:
name: github-pages
url: '${{ steps.deployment.outputs.page_url }}'
runs-on: macos-12
runs-on: macos-latest
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4d427c2

Please sign in to comment.