Skip to content

Commit

Permalink
use Swift 5.10 to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Oct 4, 2024
1 parent f80f2e3 commit a526991
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: swift:5.10

steps:
- uses: actions/checkout@v4

- name: Build Docs
run: |
mkdir -p ./gh-pages
Expand All @@ -23,9 +24,11 @@ jobs:
--transform-for-static-hosting \
--hosting-base-path OpenAPIKit \
--target OpenAPIKit
- name: Install rsync
run: |
apt-get update && apt-get install -y rsync
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
folder: gh-pages
branch: gh-pages
Expand Down

0 comments on commit a526991

Please sign in to comment.