next try for publishing
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m40s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m40s
This commit is contained in:
parent
46b6d65429
commit
88445429f8
@ -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 . && \
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user