File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments