Skip to content

Commit

Permalink
list files
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Feb 20, 2024
1 parent 4a30941 commit 824eace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fleekxyz-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: npm i -g @fleekxyz/cli
- name: Deploy through Fleek
id: deploy
run: ls -la && fleek sites deploy
run: ls -la && fleek sites deploy; tree
env:
FLEEK_TOKEN: ${{ secrets.FLEEKXYZ_TOKEN }}
FLEEK_PROJECT_ID: ${{ vars.FLEEKXYZ_PROJECT_ID }}
Expand Down

0 comments on commit 824eace

Please sign in to comment.