diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index beebe72..8053899 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -54,6 +54,7 @@ jobs: - name: push pages run: | cd pages && \ + cp ../.domains ./.domains && \ git config user.name "${{ gitea.actor }}" && \ git config user.email ""${{ gitea.actor }}"@noreply.git.morlana.online" && \ git add . && \ diff --git a/_config.yml b/_config.yml index b327061..d218bd4 100644 --- a/_config.yml +++ b/_config.yml @@ -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 line in _config.yml. It will appear in your document head meta (for 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 twitter_username: jekyllrb github_username: jekyll