Skip to content

Commit 487725c

Browse files
author
Philip Keicher
committed
fix url in sync task
1 parent 1128af5 commit 487725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/sync_overleaf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Sync overleaf
1313
run: |
1414
git remote add overleaf https://git:${OVERLEAF_TOKEN}@git.overleaf.com/65df171af9ff7989580f017d
15-
git remote add origin_token https://git:${GITHUB_TOKEN}@github.com/columnflow/demo_documentation.git
15+
git remote add origin_token https://git:${GITHUB_TOKEN}@github.com/columnflow/demo_docs.git
1616
1717
git fetch overleaf
1818
git pull overleaf master

0 commit comments

Comments
 (0)