Skip to content

优化网站页脚和添加tools目录说明文档:1. 在网站中添加加群信息区块 2. 优化页脚信息展示,添加JSREI组织信息 3. 为tool… #3

优化网站页脚和添加tools目录说明文档:1. 在网站中添加加群信息区块 2. 优化页脚信息展示,添加JSREI组织信息 3. 为tool…

优化网站页脚和添加tools目录说明文档:1. 在网站中添加加群信息区块 2. 优化页脚信息展示,添加JSREI组织信息 3. 为tool… #3

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main # 触发分支
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website