add option to Bootloader.jl to write CPU and GPU tests in different output yaml files #164
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and deploy documentation | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
tags: '*' | |
pull_request: | |
jobs: | |
build: | |
permissions: | |
contents: write | |
statuses: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: QEDjl-project/gh-actions/build-docs@v1 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |