Skip to content

Commit

Permalink
docs: add documentation action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Aug 12, 2024
1 parent 36f36fc commit 88ec308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
docs:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: macos-latest
needs: docs

steps:
Expand Down

0 comments on commit 88ec308

Please sign in to comment.