Skip to content

Commit

Permalink
chore: random changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alinasytnik committed Apr 22, 2023
1 parent 4840438 commit 2d5824b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/fleek-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 19.8.1
- name: Install Fleek CLI globally
node-version: 16
- name: Install Fleek CLI
run: npm i -g @fleekxyz/cli
- name: Install dependencies
run: npm install
- name: Install Packages
run: yarn install
- name: Build & deploy sites
run: fleek sites deploy
run: fleek sites deploy
4 changes: 2 additions & 2 deletions fleek.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "clflgan6d0000jo08ju06204y",
"name": "021",
"id": "clgpezx7t0000jl09h8554ago",
"name": "030-test",
"distDir": "public",
"buildCommand": "yarn run build"
}
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const IndexPage = () => {
CONGRAAAATS!!!!!
<br />
<span style={headingAccentStyles}>
HEYYYYYY 🎉🎉🎉
HELLLOOOOOOO 🎉🎉🎉
</span>
</h1>
<p style={paragraphStyles}>
Expand Down

0 comments on commit 2d5824b

Please sign in to comment.