Skip to content

Commit

Permalink
docs: rename docs flows for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegalbraithrussell committed Jul 30, 2024
1 parent 9c6a654 commit 41c8f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test deployment
name: Test site build

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
test:
name: Test deployment
name: Test site build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,6 @@ jobs:
run: npm ci
working-directory: ./docs


- name: Test build website
- name: Build website
run: npm run build
working-directory: ./docs
File renamed without changes.

0 comments on commit 41c8f38

Please sign in to comment.