File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2323 base_href : [vagas-java]
2424 # Steps represent a sequence of tasks that will be executed as part of the job
2525 steps :
26+ - name : ' Preparing work-directory'
27+ run : |
28+ cp -vrf ./codigofonte/ionicv4/soujavaVagas/* ./
29+
2630 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2731 - uses : actions/checkout@v2
2832
3438 # Github access token token used to deploy on gh_pages. You can find it on Github.
3539 github_access_token : ${{ secrets.GITHUB_TOKEN }}
3640 # The directory of the angular project, in which all the commands will run. It's optional, default is ./
37- angular_project_dir : ./codigofonte/ionicv4/soujavaVagas /
41+ # angular_project_dir: ./
3842 # Build configuration for the angular app
3943 build_configuration : production # optional, default is production
4044 # base href for the app
You can’t perform that action at this time.
0 commit comments