Skip to content

Bump markdown-it-table-of-contents from 0.9.0 to 1.0.0 (#224) #227

Bump markdown-it-table-of-contents from 0.9.0 to 1.0.0 (#224)

Bump markdown-it-table-of-contents from 0.9.0 to 1.0.0 (#224) #227

Workflow file for this run

name: Deploy
on:
push:
branches: [ blog ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
fetch-depth: 8
- name: 🪞Mirror
run: git config --global credential.username "SF-Zhou" && git push -f https://SF-Zhou:${{ secrets.GITLAB }}@gitlab.com/SF-Zhou/sf-zhou.gitlab.io.git blog
- name: 🏗Generate
run: npm i && npm run build
- name: 🚀Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.TOKEN }}
branch: master
folder: public
- name: 🚀Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
repository-name: SF-Zhou/SF-Zhou
token: ${{ secrets.TOKEN }}
branch: master
folder: profile