diff options
author | 2021-08-12 01:34:51 -0700 | |
---|---|---|
committer | 2021-08-12 01:34:51 -0700 | |
commit | 34e9ab8b10c15aeb27ed5dd10464478a870cc890 (patch) | |
tree | 72e40600eb6e19ad980079bd049c5d914ebf396f | |
parent | 7c2feb19f68c96caf99bfccd89c64a6ae8d53a1c (diff) | |
download | astro-34e9ab8b10c15aeb27ed5dd10464478a870cc890.tar.gz astro-34e9ab8b10c15aeb27ed5dd10464478a870cc890.tar.zst astro-34e9ab8b10c15aeb27ed5dd10464478a870cc890.zip |
Update ci.yml
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0e0ff42f..2aacb993a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,11 +58,11 @@ jobs: - name: Test run: yarn test - - name: "Smoke Test: Build "docs"" + - name: "Smoke Test: Build 'docs'" run: yarn build working-directory: ./docs - - name: "Smoke Test: Build "www"" + - name: "Smoke Test: Build 'www'" run: yarn build working-directory: ./www |