Skip to content

add regex hw

add regex hw #45

Workflow file for this run

# On every push this script is executed
on: push
name: Build and deploy GH Pages
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
# Checkout
- uses: actions/checkout@v2
# Build & deploy
- name: Deploy to gh-pages branch
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: website
BUILD_DIR: docs
# Provide personal access token
TOKEN: ${{ secrets.GITHUB_TOKEN }}