Skip to content

Commit 5fee98c

Browse files
committed
update url and actions
1 parent d3b9443 commit 5fee98c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,9 @@ jobs:
9898
if: github.event_name != 'pull_request'
9999
uses: JamesIves/github-pages-deploy-action@v4
100100
with:
101+
branch: gh-pages
101102
folder: _site
103+
target-folder: blog
104+
clean: true
105+
clean-exclude: |
106+
docs/

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
1919
icon: magiattn/logo/magi-icon.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
2020

2121
url: https://SandAI-org.github.io # the base hostname & protocol for your site
22-
baseurl: /MagiAttention # the subpath of your site, e.g. /blog/. Leave blank for root
22+
baseurl: /MagiAttention/blog/ # the subpath of your site, e.g. /blog/. Leave blank for root
2323
last_updated: false # set to true if you want to display last updated in the footer
2424
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
2525
back_to_top: true # set to false to disable the back to top button

0 commit comments

Comments
 (0)