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