Skip to content

Merge pull request #248 from miharp/fix/openvoxdb-content-accuracy-206 #104

Merge pull request #248 from miharp/fix/openvoxdb-content-accuracy-206

Merge pull request #248 from miharp/fix/openvoxdb-content-accuracy-206 #104

Workflow file for this run

---
name: Automatically publish new content
on:
push:
branches:
- master
paths:
- '_config.yml'
- 'index.md'
- '_data/**/*'
- '_includes/**/*'
- '_layouts/**/*'
- 'docs/**/*'
- 'assets/**/*'
jobs:
test:
uses: ./.github/workflows/test.yml
build:
needs: test
permissions:
contents: read
packages: write
uses: ./.github/workflows/build.yaml
with:
ref: '${{ github.sha }}'
deploy:
needs: build
permissions:
id-token: write
pages: write
uses: ./.github/workflows/deploy.yaml
with:
tag: '${{ needs.build.outputs.tag }}'