You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if your docs needs submodules, uncomment the following line
# submodules: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install Deps
run: |
corepack enable
npm ci
- name: Build Docs
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
npm run docs:build
> src/.vuepress/dist/.nojekyll
sed -i 's|https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/|https://static.hzchu.top/font-awesome/6.6.0/|g' ./src/.vuepress/dist/assets/*.js