File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 with :
129129 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
130130 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
131- command : pages deploy dist --project-name=baptistep -docs
131+ command : pages deploy dist --project-name=explainer -docs
132132
133133 deploy-blog :
134134 needs : build-blog
@@ -146,7 +146,7 @@ jobs:
146146 with :
147147 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
148148 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
149- command : pages deploy dist --project-name=baptistep -blog
149+ command : pages deploy dist --project-name=explainer -blog
150150
151151 deploy-website :
152152 needs : build-website
@@ -164,4 +164,4 @@ jobs:
164164 with :
165165 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
166166 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
167- command : pages deploy dist --project-name=baptistep -website
167+ command : pages deploy dist --project-name=explainer -website
You can’t perform that action at this time.
0 commit comments