Skip to content

Adding if condition to unfollow_util.py (#6182) #38

Adding if condition to unfollow_util.py (#6182)

Adding if condition to unfollow_util.py (#6182) #38

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [master]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install and Build
run: |
cd docusaurus
yarn install
yarn build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docusaurus/build
clean: true