We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ba796 commit f119fb3Copy full SHA for f119fb3
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
owner: getzola
18
repo: zola
19
token: "${{ secrets.GITHUB_TOKEN }}"
20
- - run: /tmp/zola build -u xampprocky.github.io/blog.rust-lang.org
+ - run: /tmp/zola build -u https://xampprocky.github.io/blog.rust-lang.org
21
- uses: JamesIves/github-pages-deploy-action@releases/v3
22
with:
23
ACCESS_TOKEN: ${{ github.SECRET_TOKEN }}
0 commit comments