Skip to content

Commit 0971a30

Browse files
committed
Fix staging repo URL
1 parent d99bfc4 commit 0971a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: peaceiris/actions-gh-pages@v3
8484
with:
8585
personal_token: ${{ secrets.CRYPTOBOT_DEPLOY_STAGING_WEBSITE }}
86-
external_repository: cryptomator/staging.cryptomator.org
86+
external_repository: cryptomator/staging.cryptomator.github.io
8787
publish_dir: ./public
8888
publish_branch: main
8989
cname: staging.cryptomator.org

0 commit comments

Comments
 (0)