Skip to content

Commit dc48356

Browse files
authored
Update deploy_docs.yml
1 parent e98ddbf commit dc48356

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
build_docs:
18-
runs-on: macos-14
18+
runs-on: macos-15
1919
steps:
2020
- name: Checkout 🛎️
2121
uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
--hosting-base-path MessageKit/InputBarAccessoryView \
3434
--output-path docs/InputBarAccessoryView
3535
- name: Deploy to GitHub Pages
36-
uses: peaceiris/actions-gh-pages@v3
36+
uses: peaceiris/actions-gh-pages@v4
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./docs

0 commit comments

Comments
 (0)