Skip to content

Commit

Permalink
chore: add inline comments regarding pagefind and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 15, 2025
1 parent 8fb9c2b commit 7c341c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ permissions:

jobs:
build:
# Building on macos because pagefind cannot be installed on ubuntu-latest.
# https://github.com/CloudCannon/pagefind/issues/574
runs-on: macos-latest

steps:
Expand All @@ -25,6 +27,8 @@ jobs:
deploy:
needs: build

# Deploying on macos because pagefind cannot be installed on ubuntu-latest.
# https://github.com/CloudCannon/pagefind/issues/574
runs-on: macos-latest

if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 7c341c3

Please sign in to comment.