Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 7, 2024
1 parent 08e7296 commit 13b8ff8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

- name: Generate new docs from injective-core
run: |
cd injective-docs
export GH_CORE_USER=${{ secrets.GH_CORE_USER }}
export GH_CORE_TOKEN=${{ secrets.GH_CORE_TOKEN }}
./scripts/setup.sh
Expand All @@ -29,7 +28,6 @@ jobs:

- name: Commit the changes to injective-docs
run: |
cd injective-docs
git add .
git status
git commit -m "chore: docs regenerated"
git push

0 comments on commit 13b8ff8

Please sign in to comment.