Skip to content

Commit

Permalink
Update generate_static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
endalkh authored May 4, 2024
1 parent a9457f1 commit b2e4e45
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/generate_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: git add .
- name: commit changed files
run: git commit -m "Auto updating the docs"
- name: fetch from main
run: git fetch origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: push code to main
run: git push origin HEAD:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: fetch from main
# run: git fetch origin main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: push code to main
# run: git push origin HEAD:main
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b2e4e45

Please sign in to comment.