You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Add front matter to index.md before committing
47
+
run: |
48
+
cd cls-repo
49
+
# 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-grpc\/blob\/main\/README.md'\''\n---\n\n/' docs/2-sampleserver/0-sample-python-base-code-gRPC/index.md
51
+
46
52
- name: Set up authentication using PAT for CLSFramework.github.io
0 commit comments