Skip to content

Commit

Permalink
更新新的分支和仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Jan 11, 2024
1 parent 8487494 commit 24f56f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: learnzig/learnzig.github.io
publish_branch: main # default: gh-pages
publish_dir: ./learn/.vitepress/dist
cname: learnzig.nvimer.org
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: page
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
learn/.vitepress/cache
learn/.vitepress/dist
.vscode
course/.vitepress/cache/deps
2 changes: 1 addition & 1 deletion course/.vitepress/theme/giscus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineComponent({
},
},
h(Giscus, {
repo: "learnzig/learnzig",
repo: "zigcc/zig-course",
repoId: "R_kgDOKRsb5Q",
category: "Comments",
categoryId: "DIC_kwDOKRsb5c4Cbx2i",
Expand Down

0 comments on commit 24f56f3

Please sign in to comment.