Skip to content

Commit

Permalink
Update CI for fleek
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Apr 22, 2024
1 parent 89826a5 commit 1d959d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ jobs:
deploy-to-fleek:
needs: [build]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
Expand All @@ -182,8 +181,6 @@ jobs:
with:
name: frontend
- uses: volta-cli/action@v4
with:
cache: false
- name: Look at directory
run: ls -la
- name: Install Typescript
Expand Down

0 comments on commit 1d959d8

Please sign in to comment.