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.
2 parents 5967cc9 + fb70fee commit d5a7be6Copy full SHA for d5a7be6
.github/workflows/gh-pages.yml
@@ -120,9 +120,6 @@ jobs:
120
sudo cp --recursive ${GITHUB_WORKSPACE}/static/data ~/data
121
fi
122
123
- - name: Install Dart Sass
124
- run: sudo snap install dart-sass
125
-
126
- name: Install Hugo CLI
127
run: |
128
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
@@ -134,9 +131,9 @@ jobs:
134
131
# hugo-version: ${{ HUGO_VERSION }}
135
132
# extended: true
136
133
137
- - name: Setup Pages
138
- id: pages
139
- uses: actions/configure-pages@v5
+ # - name: Setup Pages
+ # id: pages
+ # uses: actions/configure-pages@v5
140
141
- name: Setup Node
142
uses: actions/setup-node@v4
0 commit comments