Skip to content

ProcessCoverage: Fix deprecated call #123

ProcessCoverage: Fix deprecated call

ProcessCoverage: Fix deprecated call #123

Workflow file for this run

name: Build (main)
on:
push:
branches: [main]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
uses: ./.github/workflows/build.yml
secrets:
ALPINE_KEY: ${{ secrets.ALPINE_KEY }}
deploy-pages:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-13
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4