mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
disable api pages push
This commit is contained in:
18
.github/workflows/generate_api_pages.yml
vendored
18
.github/workflows/generate_api_pages.yml
vendored
@@ -58,12 +58,12 @@ jobs:
|
||||
echo "changed=true" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
- name: Commit and push changes
|
||||
if: steps.git_diff.outputs.changed == 'true'
|
||||
run: |
|
||||
git config --global user.email "dev@netbird.io"
|
||||
git config --global user.name "netbirddev"
|
||||
|
||||
git add -A
|
||||
git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}"
|
||||
git push
|
||||
# - name: Commit and push changes
|
||||
# if: steps.git_diff.outputs.changed == 'true'
|
||||
# run: |
|
||||
# git config --global user.email "dev@netbird.io"
|
||||
# git config --global user.name "netbirddev"
|
||||
#
|
||||
# git add -A
|
||||
# git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}"
|
||||
# git push
|
||||
|
||||
Reference in New Issue
Block a user