Skip to content

Commit 56b2532

Browse files
committed
minor fix
1 parent 46b0d3f commit 56b2532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Upload artifact for Gitea
8787
# Use a GHES-compatible version of upload-artifact for Gitea
88-
if: ${{ !env.ACT && github.server_url != 'https://github.com' }}
88+
if: ${{ github.server_url != 'https://github.com' }}
8989
uses: actions/upload-artifact@v3
9090
with:
9191
name: docs-artifact

0 commit comments

Comments
 (0)