Skip to content

Commit

Permalink
fix try
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaniraiyn committed Jul 6, 2023
1 parent 47cd479 commit b82f947
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ concurrency:
cancel-in-progress: false

env:
BUILD_PATH: "." # default value when not using subfolders
# BUILD_PATH: subfolder
# BUILD_PATH: "." # default value when not using subfolders
BUILD_PATH: CDS/apps/docs # when using subfolders

jobs:


build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -62,10 +64,6 @@ jobs:
repository: cds-design/CDS
path: CDS
submodules: true

defaults:
run:
working-directory: CDS/apps/docs

- name: Setup Pages
id: pages
Expand Down

0 comments on commit b82f947

Please sign in to comment.