We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025d76c commit fd86cf0Copy full SHA for fd86cf0
.github/workflows/convert-to-qmd.yml
@@ -33,8 +33,6 @@ jobs:
33
with:
34
repository: weijie-chen/weijie-chen.github.io
35
path: book_repo
36
- persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
37
- fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
38
39
- name: Copy Converted QMD Files to Book Repository
40
run: |
0 commit comments