Skip to content

Commit 06f4376

Browse files
authored
Update main.yml
1 parent 233b6dc commit 06f4376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cd cls-repo
3939
4040
# Copy updated README to target directory in the CLSFramework.github.io repository
41-
cp ../README.md docs/2-sampleserver/0-sample-python-base-code-thrift/index.md
41+
cp ../README.md docs/2-sampleserver/1-sample-python-base-code-thrift/index.md
4242
4343
# Create a new branch with a random number appended
4444
git checkout -b update-readme-thrift-${{ steps.random.outputs.random_number }}
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
cd cls-repo
4949
# Add the custom_edit_url to the index.md file
50-
sed -i '1s/^/---\ncustom_edit_url: '\''https:\/\/github.com\/CLSFramework\/sample-playmaker-server-python-thrift\/blob\/main\/README.md'\''\n---\n\n/' docs/2-sampleserver/0-sample-python-base-code-thrift/index.md
50+
sed -i '1s/^/---\ncustom_edit_url: '\''https:\/\/github.com\/CLSFramework\/sample-playmaker-server-python-thrift\/blob\/main\/README.md'\''\n---\n\n/' docs/2-sampleserver/1-sample-python-base-code-thrift/index.md
5151
5252
- name: Set up authentication using PAT for CLSFramework.github.io
5353
run: |
@@ -57,7 +57,7 @@ jobs:
5757
- name: Commit and Push Changes to CLSFramework.github.io
5858
run: |
5959
cd cls-repo
60-
git add docs/2-sampleserver/0-sample-python-base-code-thrift/index.md
60+
git add docs/2-sampleserver/1-sample-python-base-code-thrift/index.md
6161
git commit -m "Update sample server documentation from README"
6262
git push origin update-readme-thrift-${{ steps.random.outputs.random_number }}
6363

0 commit comments

Comments
 (0)