Skip to content

Commit

Permalink
fixing the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Oct 18, 2024
1 parent 508d8bf commit e6a38bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ensure-docs-compiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ on:
push:
branches:
- main
pull_request:
jobs:
ensure-docs-compiled:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v2
Expand Down

0 comments on commit e6a38bc

Please sign in to comment.