Checking path
This commit is contained in:
parent
e6f639fa3c
commit
ff789ee5ca
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Display the path
|
||||
run: echo $PATH
|
||||
shell: bash
|
||||
- name: 'checkout'
|
||||
uses: actions/checkout@v2
|
||||
- name: 'build and deploy'
|
||||
|
|
Loading…
Reference in a new issue