Skip to content

Commit

Permalink
Updates Deploy Documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 17, 2024
1 parent 8dfc91d commit b4856bf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ permissions:
concurrency:
group: "pages"
cancel-in-progress: true
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v4
- name: Build Documentation
run: |
xcodebuild docbuild\
Expand Down Expand Up @@ -48,7 +46,7 @@ jobs:
</html>
EOM
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
deploy:
environment:
name: github-pages
Expand All @@ -58,4 +56,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit b4856bf

Please sign in to comment.