diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml new file mode 100644 index 0000000..c82b4db --- /dev/null +++ b/.forgejo/workflows/deploy.yaml @@ -0,0 +1,27 @@ +on: + push: + branches: + - 'public' + +jobs: + deploy: + runs-on: x86_64 + container: alpine:latest + env: + GIT_SSH_COMMAND: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no + steps: + - name: Environment setup + run: | + apk add git nodejs openssh-client-common openssh-client-default + - name: Start ssh-agent + uses: https://github.com/webfactory/ssh-agent@v0.9.0 + with: + ssh-private-key: ${{ secrets.PAGES_PRIVKEY }} + - name: Repo pull + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Website upload + run: | + git remote set-url origin ${{ vars.PAGES_TARGET }} + git push -f diff --git a/Bootstrap_features/index.html b/Bootstrap_features/index.html index 090702b..2649f69 100644 --- a/Bootstrap_features/index.html +++ b/Bootstrap_features/index.html @@ -248,10 +248,10 @@ but it also allows an extra class to be specified to change the style per bar. - Created . + Created . - Edited . + Edited . diff --git a/Calendars/index.html b/Calendars/index.html index 10260f2..59e3dfa 100644 --- a/Calendars/index.html +++ b/Calendars/index.html @@ -117,10 +117,10 @@ Here is a monthly calendar:

- Created . + Created . - Edited . + Edited .
diff --git a/Comments/index.html b/Comments/index.html index 0b58ec3..e0ad567 100644 --- a/Comments/index.html +++ b/Comments/index.html @@ -110,10 +110,10 @@
- Created . + Created . - Edited . + Edited .
diff --git a/Inline_pages/index.html b/Inline_pages/index.html index d3c8cc6..56fac8f 100644 --- a/Inline_pages/index.html +++ b/Inline_pages/index.html @@ -122,7 +122,7 @@