Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd8e7724

Browse files
committed
Updated build path with explicit output dir
1 parentad0a56c commitd8e7724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/gh-pages.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
-name:Install dependencies
3737
run:python3 -m pip install -r ./requirements.txt
3838

39-
-run:lektor build
39+
-run:lektor build --output-path ./site
4040

4141
-name:Deploy
4242
uses:peaceiris/actions-gh-pages@v3
4343
with:
44+
# https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-set-personal-access-token-personal_token
4445
personal_token:${{ secrets.GHPAGES_TOKEN }}
4546
publish_dir:./site
4647
publish_branch:gh-pages

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp