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 a13bc1c commit 7d7676a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
if: false
env:
SSH_USER: ${{ secrets.DEVNET_SSH_USER }}
SSH_KEY: ${{ secrets.DEVNET_SSH_KEY }}
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
export GH_CORE_TOKEN=${{ secrets.GH_CORE_TOKEN }}
./scripts/setup.sh
- name: Checkout injective-docs
uses: actions/checkout@v1
with:
repository: InjectiveLabs/injective-docs
ref: dev
path: ./injective-docs

- name: Set up Git user
run: |
git config user.name "${{ github.actor }}"
Expand All @@ -34,5 +27,5 @@ jobs:
- name: Commit the changes to injective-docs
run: |
git add .
git status
git commit -m "chore: docs regenerated"
git commit -m "chore: docs regenerated" || echo "No changes to commit"
git push || echo "No changes to push"

0 comments on commit 7d7676a

Please sign in to comment.