Skip to content

Commit

Permalink
Update Readme and pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Safi1012 committed Apr 1, 2024
1 parent 939b4f3 commit 079fd2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy dist --project-name=filipesantoscorrea
command: pages deploy dist --project-name=filipesantoscorrea --commit-dirty=true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

## 👨‍💻 About Me / Portfolio

Welcome to my About Me / Portfolio repository!
Welcome to my About Me / Portfolio repository! \
Check out the [live version](https://santoscorrea.com).

<br/>

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"preview": "astro build && wrangler pages dev ./dist",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy ./dist",
"build-cf-types": "wrangler types",
"prettier": "prettier --write .",
"prettier:check": "prettier --check ."
},
Expand Down

0 comments on commit 079fd2e

Please sign in to comment.