Skip to content

Commit 41bfc69

Browse files
authored
Update github-pages.yml
1 parent b9196bb commit 41bfc69

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2727
- uses: actions/checkout@v2
2828

29-
- name: 'Preparing work directory'
30-
run: |
31-
cp -vrf ./codigofonte/ionicv4/soujavaVagas/* ./
32-
3329
- name: Angular Deploy gh-pages Actions
3430
# You may pin to the exact commit or the version.
3531
# uses: AhsanAyaz/angular-deploy-gh-pages-actions@0e4f1a953d00116ca38fbf1bcdb37f91923015ef
@@ -38,7 +34,7 @@ jobs:
3834
# Github access token token used to deploy on gh_pages. You can find it on Github.
3935
github_access_token: ${{ secrets.GITHUB_TOKEN }}
4036
# The directory of the angular project, in which all the commands will run. It's optional, default is ./
41-
# angular_project_dir: ./
37+
angular_project_dir: ./codigofonte/ionicv4/soujavaVagas/
4238
# Build configuration for the angular app
4339
build_configuration: production # optional, default is production
4440
# base href for the app

0 commit comments

Comments
 (0)