Skip to content

Puppeteer: Remove unnecessary setup/teardown logs. #969

Puppeteer: Remove unnecessary setup/teardown logs.

Puppeteer: Remove unnecessary setup/teardown logs. #969

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
# If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
persist-credentials: false
- name: Install npm dependencies 🛠
run: yarn
- name: Build 🔧
run: yarn docs
- name: NoJekyll 🎃
run: touch docs/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs