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 be11870 commit c8404bcCopy full SHA for c8404bc
.github/workflows/build_docs_no_api.yml
@@ -15,7 +15,7 @@ jobs:
15
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
16
17
container:
18
- image: ghcr.io/telerik/blazor-build:dev
+ image: ghcr.io/telerik/blazor-build:latest
19
credentials:
20
username: ${{ github.actor }}
21
password: ${{ github.token }}
@@ -60,4 +60,4 @@ jobs:
60
run: |
61
bundle --without development --path ~/gems
62
bundle exec jekyll build --config=_config.yml,_test_iis.yml
63
- working-directory: temp/blazor-docs
+ working-directory: temp/blazor-docs
0 commit comments