We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b0d3f commit 56b2532Copy full SHA for 56b2532
1 file changed
.github/workflows/docs.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Upload artifact for Gitea
87
# Use a GHES-compatible version of upload-artifact for Gitea
88
- if: ${{ !env.ACT && github.server_url != 'https://github.com' }}
+ if: ${{ github.server_url != 'https://github.com' }}
89
uses: actions/upload-artifact@v3
90
with:
91
name: docs-artifact
0 commit comments