working directory

This commit is contained in:
Shams mosowi
2020-03-24 17:55:45 +08:00
parent d4bdef0eb5
commit 6512b5c0d6

View File

@@ -14,7 +14,8 @@ jobs:
firebase-deploy:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env: ./www
env:
working-directory: ./www
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it