Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Use better action names
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jul 20, 2020
1 parent 7181236 commit 5b394a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [master]

jobs:
checks:
build-docs:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
npm i
fi
npm run build
gh-release:
publish-docs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5b394a0

Please sign in to comment.