fix: 更新 GitHub Pages 部署方式為原生 workflow 部署 #66
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
peaceiris/actions-gh-pages改為actions/deploy-pages/bitcoin/*路徑下的所有文章)無法訪問的問題問題原因
GitHub Pages 的
build_type已改為workflow,但原有的 workflow 仍使用peaceiris/actions-gh-pages部署到 gh-pages 分支,導致部署不一致。修復方式
使用 GitHub 原生的
actions/deploy-pages直接從 workflow artifact 部署。