job dependency

This commit is contained in:
unclekingpin 2023-05-18 13:01:28 -07:00
parent fcb4afc170
commit 14ede9df41

View file

@ -20,6 +20,7 @@ jobs:
- name: Lint
run: npm run lint && echo ${{ github.ref_name }}
pages:
needs: build
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages