Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naderzare authored Oct 23, 2024
1 parent 53c7e91 commit 5af8aa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
# Create a new branch with a random number appended
git checkout -b update-readme-grpc-${{ steps.random.outputs.random_number }}
- name: Add front matter to index.md before committing
run: |
cd cls-repo
# Add the custom_edit_url to the index.md file
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
- name: Set up authentication using PAT for CLSFramework.github.io
run: |
cd cls-repo
Expand Down

0 comments on commit 5af8aa4

Please sign in to comment.