Skip to content

Commit 5688618

Browse files
authored
Remove two unused steps (#667)
1 parent 89e9b65 commit 5688618

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3838
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
3939
40-
- name: Install Dart Sass
41-
run: sudo snap install dart-sass
42-
43-
- name: Setup Pages
44-
id: pages
45-
uses: actions/configure-pages@v3
46-
4740
- name: Generate config
4841
run: python gen_config.py
4942

0 commit comments

Comments
 (0)