We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91786e commit 14c4df8Copy full SHA for 14c4df8
1 file changed
.github/workflows/pr-check.yml
@@ -50,8 +50,6 @@ jobs:
50
actions: write
51
checks: write
52
contents: read
53
- id-token: write
54
- pages: write
55
pull-requests: write
56
security-events: write
57
@@ -117,10 +115,6 @@ jobs:
117
115
exit 1
118
116
fi
119
120
- - name: Setup Pages
121
- uses: actions/configure-pages@v6
122
- id: setup-pages
123
-
124
- name: Build site
125
run: |
126
hugo --gc --minify --baseURL "/"
@@ -131,12 +125,6 @@ jobs:
131
echo "::warning title=Invalid file permissions automatically fixed::$line"
132
done
133
127
134
- - name: Upload Pages artifact
135
- uses: actions/upload-pages-artifact@v5
136
- with:
137
- path: './${{ env.SITE_DIR }}'
138
- retention-days: '7'
139
140
128
- name: HTML Proofer
141
129
uses: chabad360/htmlproofer@c2750eb7eb937599ac859517e7dd23a29f1b3ed7 # v2
142
130
with:
0 commit comments