Skip to content

Commit 849eaf7

Browse files
committed
Update docs workflow
Fix environment Signed-off-by: Fredrik Lönnegren <[email protected]>
1 parent 547aa6a commit 849eaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Hugo CLI
1717
run: |
1818
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
19+
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
2020
- name: Install Dart Sass
2121
run: sudo snap install dart-sass
2222
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949
pages: write
5050
id-token: write
5151
environment:
52-
name: gh-pages
52+
name: github-pages
5353
url: ${{ steps.deployment.outputs.page_url }}
5454
runs-on: ubuntu-latest
5555
needs: build

0 commit comments

Comments
 (0)