Skip to content

Commit

Permalink
Fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jan 10, 2022
1 parent 03e7ab4 commit 82c73d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -64,11 +64,11 @@ jobs:
unexpected = [ii for ii in text.split("\n") if "kitchen-sink" not in ii]
assert len(unexpected) == 0
- name: Save the HTML as an artifact so we can check it with lighthouse later
- name: Upload HTML artifacts for later use
if: matrix.python-version == '3.9'
uses: actions/upload-artifact@v2
with:
name: Built site ${{ github.run_number }}
name: html-site-files
path: ./docs/_build/html
if-no-files-found: error

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Fetch built site
uses: actions/download-artifact@v2
with:
name: Built site ${{ github.run_number }}
name: html-site-files
path: ./docs/_build/html

# Serve the docs and wait to be ready
Expand Down

0 comments on commit 82c73d3

Please sign in to comment.