Skip to content

Commit

Permalink
Update fleek.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyrussano authored Jun 22, 2024
1 parent def31c6 commit 101d0a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fleek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Create fleek.config.json
run: |
echo '{
"sites": [
{
"slug": "wikip-co",
"distDir": "."
}
]
}' > fleek.config.json
- name: Install Fleek CLI
run: npm i -g @fleek-platform/cli
- name: Build & deploy sites
Expand Down

0 comments on commit 101d0a7

Please sign in to comment.