Skip to content

Update chapter-09-implicit_rules.md #25

Update chapter-09-implicit_rules.md

Update chapter-09-implicit_rules.md #25

Workflow file for this run

name: Build my gitbook and deploy to gh-pages
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build-and-deploy:
name: Build and deploy
runs-on: ubuntu-latest
env:
MY_SECRET : ${{secrets.GH_ACCESS_TOKEN}}
USER_NAME : lewis
USER_EMAIL : [email protected]
BOOK_DIR : book_sources
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Build and Deploy 🚀
uses: onejar99/[email protected]