Skip to content

Commit

Permalink
Update documentation action
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Mar 19, 2024
1 parent dddeb6f commit 3dfeae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v3
- name: Build DocC
run: |
# Build DocArchive
Expand All @@ -40,4 +40,4 @@ jobs:
path: './docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@v4

0 comments on commit 3dfeae5

Please sign in to comment.