Skip to content

Commit 0dd8515

Browse files
authored
Merge pull request #87 from catenax-ng/chore/TRACEFOSS-1029-update-gh-pages-action
fix: TRACEFOSS-1029 Updated paths in gh-pages action.
2 parents 18a4f7e + 44ffca0 commit 0dd8515

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-documentation.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ on:
88
paths:
99
- 'docs/**'
1010

11+
1112
jobs:
1213
publish:
1314
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
1415
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
1516
permissions:
1617
contents: write
1718
runs-on: ubuntu-latest
18-
defaults:
19-
run:
20-
working-directory: backend
2119
steps:
2220
- name: Checkout
2321
uses: actions/checkout@v3

0 commit comments

Comments
 (0)