Skip to content

Commit f9ad17b

Browse files
🔧 Fix: pages workflow
1 parent f90b291 commit f9ad17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
environment:
1919
name: github-pages
20-
url: ${{ steps.deployment.outputs.page_url }}
20+
url: https://winc1980.github.io/recipe-ai/
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
@@ -42,7 +42,7 @@ jobs:
4242
deploy:
4343
environment:
4444
name: github-pages
45-
url: ${{ steps.deployment.outputs.page_url }}
45+
url: https://winc1980.github.io/recipe-ai/
4646
runs-on: ubuntu-latest
4747
needs: build
4848
steps:

0 commit comments

Comments
 (0)