kisscommunity

kisscommunity.bvnf.space site sources
Log | Files | Refs | Submodules | README

commit e04929bf8a20fde0efe208d99f8574305e587e79
parent bd889b5525b6d2fe85336c07437314d033e82162
Author: Jonathan Dahan <git@jonathan.is>
Date:   Wed,  4 Aug 2021 12:36:06 -0400

top-level folders yay

Diffstat:
M.github/workflows/preview.yaml | 6+++---
Rdocs/index.html -> index.html | 0
Rdocs/sakura.css -> sakura.css | 0
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml @@ -20,11 +20,11 @@ jobs: - name: create preview run: | echo generating a preview for ${GITHUB_HEAD_REF} - mkdir -p docs/preview - cp -f docs/index.html docs/preview/${GITHUB_HEAD_REF}.html + mkdir -p preview + cp -f index.html preview/${GITHUB_HEAD_REF}.html git fetch origin main git checkout -b main origin/main - git add docs/preview/${GITHUB_HEAD_REF}.html + git add preview/${GITHUB_HEAD_REF}.html git commit --message "preview for ${GITHUB_HEAD_REF}" git push origin HEAD:main echo preview generated at https://kisscommunity.org/preview/${GITHUB_HEAD_REF}.html diff --git a/docs/index.html b/index.html diff --git a/docs/sakura.css b/sakura.css