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 278a808 commit 425f743Copy full SHA for 425f743
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
run: |
108
zip ${{ runner.temp }}/website.zip -r target/staging
109
- name: Upload generated site
110
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
111
with:
112
name: website
113
path: |
@@ -126,7 +126,7 @@ jobs:
126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127
continue-on-error: true
128
- name: Upload link check report
129
130
131
name: html-link-report
132
path: html-link-report.md
0 commit comments