Skip to content

Commit e2fe91b

Browse files
authored
Update github-pages.yml
1 parent 2b1c3f3 commit e2fe91b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
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

@@ -34,7 +38,7 @@ jobs:
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

0 commit comments

Comments
 (0)