Skip to content

Create tooling for end-to-end testing (#25) #6

Create tooling for end-to-end testing (#25)

Create tooling for end-to-end testing (#25) #6

Workflow file for this run

on:
push:
branches:
- main
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: XAMPPRocky/deploy-mdbook@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}