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 8d4a7b5 + b479c3e commit 1d688c0Copy full SHA for 1d688c0
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
docker-version: ${{ env.BUILDER_VERSION }}
43
44
- name: Upload artifacts
45
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
46
with:
47
name: docs
48
path: |
@@ -51,7 +51,7 @@ jobs:
51
retention-days: 7
52
53
- name: Upload search indexes
54
55
56
name: ${{ env.ARTIFACT_INDEXES }}
57
path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
@@ -89,7 +89,7 @@ jobs:
89
echo "Sitemap: https://${{ env.DOMAIN_NAME }}/sitemap.xml" >> robots.txt
90
91
92
93
94
name: robots
95
path: robots.txt
0 commit comments