Skip to content

Commit

Permalink
update docc.yml
Browse files Browse the repository at this point in the history
update versions of actions
  • Loading branch information
mikaelacaron committed Jul 26, 2024
1 parent 3a15c4b commit 9ecbf2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
fetch-depth: 0
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.0.1"
xcode-version: latest
- name: Setup Config file
run: |
cp Basic-Car-Maintenance.xcconfig.template Basic-Car-Maintenance.xcconfig
- name: Run Build Docs
run: ./build-docc.sh
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: .docs
deploy:
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

0 comments on commit 9ecbf2f

Please sign in to comment.