Skip to content

Commit

Permalink
Updates Deploy Documentation workflow (#344)
Browse files Browse the repository at this point in the history
* Updates Deploy Documentation workflow

* Update deploy_documentation.yml
  • Loading branch information
simonbs authored Feb 17, 2024
1 parent 8dfc91d commit ccd79c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ concurrency:
group: "pages"
cancel-in-progress: true
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.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 +48,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 +58,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit ccd79c9

Please sign in to comment.