Skip to content

Commit f119fb3

Browse files
authored
Add https:// prefix
1 parent 33ba796 commit f119fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
owner: getzola
1818
repo: zola
1919
token: "${{ secrets.GITHUB_TOKEN }}"
20-
- run: /tmp/zola build -u xampprocky.github.io/blog.rust-lang.org
20+
- run: /tmp/zola build -u https://xampprocky.github.io/blog.rust-lang.org
2121
- uses: JamesIves/github-pages-deploy-action@releases/v3
2222
with:
2323
ACCESS_TOKEN: ${{ github.SECRET_TOKEN }}

0 commit comments

Comments
 (0)