Skip to content

Commit

Permalink
Remove devnet from action
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed Nov 13, 2024
1 parent 5936e02 commit 0c1c193
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/refresh-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
env:
NETWORK: mainnet-beta
MAINNET_SOLANA_RPC_ENDPOINT: ${{ secrets.MAINNET_SOLANA_RPC_ENDPOINT }}
- run: yarn fetch-all-rewarders
env:
NETWORK: devnet
# - run: yarn fetch-all-rewarders
# env:
# NETWORK: devnet
- run: yarn decorate-rewarders
- run: yarn build-token-list
env:
NETWORK: mainnet-beta
MAINNET_SOLANA_RPC_ENDPOINT: ${{ secrets.MAINNET_SOLANA_RPC_ENDPOINT }}
- run: yarn build-token-list
env:
NETWORK: devnet
# - run: yarn build-token-list
# env:
# NETWORK: devnet
- run: yarn build-tvl-list
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0c1c193

Please sign in to comment.