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 547aa6a commit 849eaf7Copy full SHA for 849eaf7
.github/workflows/docs-publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Hugo CLI
17
run: |
18
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
19
- && sudo dpkg -i ${{ runner.temp }}/hugo.deb
+ && sudo dpkg -i ${{ runner.temp }}/hugo.deb
20
- name: Install Dart Sass
21
run: sudo snap install dart-sass
22
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
49
pages: write
50
id-token: write
51
environment:
52
- name: gh-pages
+ name: github-pages
53
url: ${{ steps.deployment.outputs.page_url }}
54
runs-on: ubuntu-latest
55
needs: build
0 commit comments