Skip to content

Commit a36963c

Browse files
committed
CI: clean comments
1 parent d6a98d4 commit a36963c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/copy-to-documentation-branch.yml

-7
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
path: dst_repo
2323
ref: mkdocs
2424

25-
# - name: remove docs folder
26-
# run: rm --force -r dst_repo/docs
27-
2825
# load content files in submodule in the docs folder
2926
- name: load submodule
3027
uses: actions/checkout@v2
@@ -49,8 +46,6 @@ jobs:
4946
- name: Run Note Link Janitor
5047
run: ${{ github.workspace }}/note-link-janitor/dist/index.js ${{ github.workspace }}/temp_submodule
5148

52-
- run: tree
53-
5449
# first move image, then notes. # docs folder already exists, it contains css in assets
5550
- name: move submodule files to dst_repo
5651
run: |
@@ -59,8 +54,6 @@ jobs:
5954
6055
rm --force -r temp_submodule/.git
6156
rsync -av temp_submodule/* dst_repo/docs/
62-
63-
- run: tree
6457
6558
# # push repo
6659
# - name: push updates to mkdocs branch

0 commit comments

Comments
 (0)