Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: run docs action in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobrg committed Apr 19, 2024
1 parent 7a0d74e commit 37226fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dokka
name: Docs

on:
pull_request:
Expand All @@ -20,7 +20,7 @@ jobs:
environment:
name: Production
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout TIKI Publish Client
uses: actions/checkout@v4
Expand Down

0 comments on commit 37226fe

Please sign in to comment.