Skip to content

Commit 18441a3

Browse files
committed
(temp) ignore upload build artifact
1 parent 0a0299f commit 18441a3

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

.github/workflows/pages.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ jobs:
8585
sphinx-build -b html -WT --keep-going spec build/draft -d doctrees
8686
8787
# Upload the build artifact:
88-
- name: 'Upload build artifact'
89-
uses: actions/upload-artifact@v2
90-
if: ${{ github.event_name == 'pull_request'}}
91-
with:
92-
name: html
93-
path: build/
94-
if-no-files-found: error
88+
# - name: 'Upload build artifact'
89+
# uses: actions/upload-artifact@v2
90+
# if: ${{ github.event_name == 'pull_request'}}
91+
# with:
92+
# name: html
93+
# path: build/
94+
# if-no-files-found: error
9595

9696
# Configure Git:
9797
- name: 'Configure Git'

.github/workflows/preview.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)