We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fe91b commit b9196bbCopy full SHA for b9196bb
.github/workflows/github-pages.yml
@@ -23,13 +23,13 @@ jobs:
23
base_href: [vagas-java]
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
steps:
26
- - name: 'Preparing work-directory'
27
- run: |
28
- cp -vrf ./codigofonte/ionicv4/soujavaVagas/* ./
29
-
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- uses: actions/checkout@v2
32
+ - name: 'Preparing work directory'
+ run: |
+ cp -vrf ./codigofonte/ionicv4/soujavaVagas/* ./
+
33
- name: Angular Deploy gh-pages Actions
34
# You may pin to the exact commit or the version.
35
# uses: AhsanAyaz/angular-deploy-gh-pages-actions@0e4f1a953d00116ca38fbf1bcdb37f91923015ef
0 commit comments