Skip to content

Commit

Permalink
Markdownify & upgrade to Docusaurus v3
Browse files Browse the repository at this point in the history
Signed-off-by: TheRealPear <[email protected]>
  • Loading branch information
TheRealPear committed Dec 1, 2023
1 parent e964e58 commit 6f877b4
Show file tree
Hide file tree
Showing 76 changed files with 9,542 additions and 32,641 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: setup
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
run: |
npm ci
npm run build
Expand All @@ -23,11 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: setup
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
- name: ssh
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down
Loading

0 comments on commit 6f877b4

Please sign in to comment.