Skip to content

Update authorization warning #41

Update authorization warning

Update authorization warning #41

name: Build and Deploy
on:
push:
branches:
- 'main'
- 'v[0-9]+'
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Setup Node.js ✨
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install and Build 🔧
run: npm ci
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: html
clean: false