name: Deploy GitHub Pages on: workflow_dispatch: push: branches: - main paths: - 'aggregator.html' - '.github/workflows/deploy-pages.yml' pull_request: paths: - 'aggregator.html' - '.github/workflows/deploy-pages.yml' permissions: contents: read pages: write id-token: write concurrency: group: pages cancel-in-progress: false jobs: build: name: Validate and package Pages site runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Validate aggregator run: | test -s aggregator.html grep -Fq '' aggregator.html grep -Fq 'obsidian://setuplivesync?settingsQR=' aggregator.html sed -n '/