Skip to content

initial commit

initial commit #12

Workflow file for this run

name: Delpoy to GitHub Pages
on:
push:
branches:
- dev # Set a branch name to trigger deployment
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
destination_dir: cucumber-html-reports