Skip to content

Commit

Permalink
Fix update content bug (#162)
Browse files Browse the repository at this point in the history
* 🐛 Fix update content bug

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🤖 auto update stage ⬆️

Signed-off-by: vdaas-ci <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* 🤖 auto update stage ⬆️

Signed-off-by: vdaas-ci <[email protected]>

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

---------

Signed-off-by: vankichi <[email protected]>
Signed-off-by: vdaas-ci <[email protected]>
Co-authored-by: vdaas-ci <[email protected]>
  • Loading branch information
vankichi and vdaas-ci authored Feb 1, 2024
1 parent c7875ae commit 479cbd9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/auto-update-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,18 @@ jobs:
run:
go version
- name: Setup Hugo
if: steps.check_release.outputs.release == 'true'
uses: peaceiris/actions-hugo@v2
with:
hugo-version: latest
- name: Update root content
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install deps
run: |
make init
- name: Update root content
run: |
make all
- name: Update latest version content
run: |
Expand Down
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ init: \
subup
@go mod tidy
@go mod download
@if [ -z $(shell which mage) ]; then \
echo "\e[1;32minstall mage\e[0m" ; \
mkdir -p tmp ; \
cd tmp ; \
git clone https://github.com/magefile/mage ; \
cd mage ; \
go run bootstrap.go ; \
else \
echo "\e[1;33mmage is already installed\e[0m" ; \
fi

.PHONY: run
run:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/vdaas/web

go 1.21.1
go 1.21.5
2 changes: 1 addition & 1 deletion preview
Submodule preview updated 1 files
+10 −0 Makefile

0 comments on commit 479cbd9

Please sign in to comment.