Skip to content

Commit

Permalink
Update docc.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Sep 20, 2024
1 parent 05cacf7 commit 31d3168
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
name: docc
on:
push:
branches: ["main"]
branches: [ "main" ]
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
group: pages
cancel-in-progress: true
jobs:
pages:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
url: '${{ steps.deployment.outputs.page_url }}'
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v1
- name: git checkout
uses: actions/checkout@v3
- name: docbuild
run: >
sudo xcode-select -s /Applications/Xcode_16.0.app;
- name: git checkout
uses: actions/checkout@v3
- name: docbuild
Expand Down

0 comments on commit 31d3168

Please sign in to comment.