Skip to content

Optimize find_value_in_for_loop when no Value is found (#865) #21

Optimize find_value_in_for_loop when no Value is found (#865)

Optimize find_value_in_for_loop when no Value is found (#865) #21

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: docs/
TOKEN: ${{ secrets.GITHUB_TOKEN }}