use alpine, not ubuntu for gh pages action
Some checks failed
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
Evan Scamehorn
2025-12-07 18:12:26 -06:00
parent bbb0919b42
commit a4baa7d555

View File

@@ -19,7 +19,7 @@ jobs:
environment: environment:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest runs-on: alpine-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4