Skip to content

2024-09-11

2024-09-11 #202

Workflow file for this run

name: leetcode-daily
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.LEETCODE }}
BRANCH: gh-pages
FOLDER: dist