Skip to content

Commit

Permalink
fix old links
Browse files Browse the repository at this point in the history
  • Loading branch information
koko37 committed Oct 23, 2024
1 parent ec9ae88 commit e0fb8c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
env:
VITE_INFURA_API_KEY: ${{ secrets.VITE_INFURA_API_KEY }}
VITE_COVALENT_API_KEY: ${{ secrets.VITE_COVALENT_API_KEY }}
VITE_TRONGRID_API_KEY: ${{ secrets.VITE_TRONGRID_API_KEY }}
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ yarn dev
The project uses `Github Pages` and `Github Actions` for deployment and is connected to a custom domain.
You can easily verify releases, deployments, and domain configuration:

- [Actions](https://github.com/koko37/mybucks.online-app/actions)
- [Releases](https://github.com/koko37/mybucks.online-app/releases)
- [.github/workflows/main-pipeline.yml](https://github.com/koko37/mybucks.online-app/blob/master/.github/workflows/main-pipeline.yml)
- [Actions](https://github.com/mybucks-online/app/actions)
- [Releases](https://github.com/mybucks-online/app/releases)
- [.github/workflows/main-pipeline.yml](https://github.com/mybucks-online/app/blob/master/.github/workflows/main-pipeline.yml)

To check DNS settings:

Expand Down

0 comments on commit e0fb8c1

Please sign in to comment.