From a4f81c131d52ad89f1afcdc874ca321070658d5e Mon Sep 17 00:00:00 2001 From: syui Date: Tue, 13 Feb 2024 10:17:51 +0900 Subject: [PATCH] fix --- docs/wiki.md | 12 ++++++++++++ scpt/{gp-pages.zsh => gh-actions.zsh} | 0 2 files changed, 12 insertions(+) rename scpt/{gp-pages.zsh => gh-actions.zsh} (100%) diff --git a/docs/wiki.md b/docs/wiki.md index bb31782..4342dca 100644 --- a/docs/wiki.md +++ b/docs/wiki.md @@ -117,3 +117,15 @@ jobs: docker tag ${{ env.IMAGE_NAME }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} ``` + +### build.zsh + +```sh +$ vim ./cfg/build.sh + +# make gh-actions +$ ./scpt/gh-actions.zsh + +# make build +$ cat ./build.zsh +``` diff --git a/scpt/gp-pages.zsh b/scpt/gh-actions.zsh similarity index 100% rename from scpt/gp-pages.zsh rename to scpt/gh-actions.zsh