Skip to content

Commit

Permalink
working directory correction for moving samples in docs deployment wo…
Browse files Browse the repository at this point in the history
…rkflow
danuw committed Feb 11, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 9567c45 commit 4527514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/6-jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@ jobs:
- name: Copy Files
run: |
# Moving the samples folder at build& deploy time of the docs so that it appears in the end result
cp -r samples/* casdk-docs/docs/
working-directory: ./casdk-docs
cp -r ./samples/* ./casdk-docs/docs/
working-directory: .

- name: Install dependencies
run: yarn install --frozen-lockfile

0 comments on commit 4527514

Please sign in to comment.