Skip to content

Commit

Permalink
docs: v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Jul 8, 2024
1 parent 7d34e26 commit 6b114d1
Show file tree
Hide file tree
Showing 57 changed files with 4,794 additions and 13,688 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/configure-pages@v3
- uses: actions/setup-node@v3
- uses: actions/configure-pages@v5
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- run: |
yarn install --frozen-lockfile
yarn build
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: build

Expand All @@ -37,4 +37,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
1 change: 0 additions & 1 deletion CODEOWNERS

This file was deleted.

2 changes: 1 addition & 1 deletion blog/2021-12-17-catalyst.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The catalyst
tags: [soar, welcome]
tags: [welcome]
draft: true
---

Expand Down
Loading

0 comments on commit 6b114d1

Please sign in to comment.