Skip to content

Commit 1782ce5

Browse files
authored
행동 강령 문서 이동에 따른 반영 (PyTorchKorea#12) (PyTorchKorea#13)
1 parent ac10cea commit 1782ce5

File tree

6 files changed

+10
-58
lines changed

6 files changed

+10
-58
lines changed

.github/workflows/deploy-www.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
rm -R `ls -1 -d */`
3636
rm -f README.md
3737
popd
38+
- name: Update submodules
39+
run: |
40+
git submodule update --remote
3841
- name: Build Jekyll site
3942
run: |
4043
make build_deploy
@@ -49,4 +52,4 @@ jobs:
4952
git add .
5053
git commit -m "Rebuild"
5154
git push --force $remote_repo master:$remote_branch > /dev/null 2>&1
52-
echo "Done"
55+
echo "Done"

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "_hub"]
22
path = _hub
33
url = https://github.com/PyTorchKorea/hub-kr
4+
[submodule "_coc"]
5+
path = _coc
6+
url = https://github.com/PyTorchKorea/.github

CODE_OF_CONDUCT.md

-55
This file was deleted.

_coc

Submodule _coc added at 6ad99ac

_hub

coc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ background-class: coc-background
77
body-class: coc
88
---
99

10-
{% include_relative CODE_OF_CONDUCT.md %}
10+
{% include_relative _coc/CODE_OF_CONDUCT.md %}

0 commit comments

Comments
 (0)