Skip to content

Commit

Permalink
Update upload-docs-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria committed Aug 21, 2024
1 parent ca121f5 commit eadd664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-docs-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: docs
- name: Create local changes
run: |
echo "This is a generated file." > generated_file1.txt
- name: Commit TXT file to docs branch
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git fetch || git checkout -b docs
git status
git add -A && git commit -m "Add generated TXT file"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit eadd664

Please sign in to comment.