Skip to content

Commit 5179e77

Browse files
author
paulf81
authored
Remove unnecessary copies (#202)
1 parent 1fb7d64 commit 5179e77

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/deploy-pages.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
pip install -e ".[docs]"
27-
28-
- name: Make copies of example docs
29-
run: |
30-
mkdir -vp docs/examples
31-
32-
cp -v examples/00_wind_farm_only/README.md docs/examples/00_wind_farm_only.md
33-
cp -v examples/01_wind_farm_dof1_model/README.md docs/examples/01_wind_farm_dof1_model.md
34-
cp -v examples/02_wind_farm_realistic_inflow/README.md docs/examples/02_wind_farm_realistic_inflow.md
35-
cp -v examples/02b_wind_farm_realistic_inflow_precom_floris/README.md docs/examples/02b_wind_farm_realistic_inflow_precom_floris.md
36-
cp -v examples/03_wind_and_solar/README.md docs/examples/03_wind_and_solar.md
37-
cp -v examples/04_wind_and_storage/README.md docs/examples/04_wind_and_storage.md
38-
ls -l docs/examples
39-
40-
- name: Debug directory structure
41-
run: |
42-
echo "Current directory: $(pwd)"
43-
echo "GitHub workspace: ${{github.workspace}}"
44-
echo "Runner workspace: ${{runner.workspace}}"
45-
ls -la
46-
ls -la docs/
47-
ls -la docs/examples/
48-
49-
# # Build the book
50-
# - name: Build the book
51-
# working-directory: ${{runner.workspace}}/hercules/docs/
52-
# run: |
53-
# jupyter-book build .
5427
5528
# Build the book
5629
- name: Build the book

0 commit comments

Comments
 (0)