next try for publishing
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m40s

This commit is contained in:
Florian Weber 2024-11-13 16:52:12 +01:00
parent 46b6d65429
commit 88445429f8
Signed by: f.weber
GPG Key ID: B162B599E31221C6
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ jobs:
- name: push pages - name: push pages
run: | run: |
cd pages && \ cd pages && \
cp ../.domains ./.domains && \
git config user.name "${{ gitea.actor }}" && \ git config user.name "${{ gitea.actor }}" && \
git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online" && \ git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online" && \
git add . && \ git add . && \

View File

@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description. Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://pages-test.morlana.net" # the base hostname & protocol for your site, e.g. http://example.com url: "https://pages-test.morlana.net" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb twitter_username: jekyllrb
github_username: jekyll github_username: jekyll