Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,6 @@ jobs:
- name: Install dependencies
run: |
pip install -e ".[docs]"

- name: Make copies of example docs
run: |
mkdir -vp docs/examples

cp -v examples/00_wind_farm_only/README.md docs/examples/00_wind_farm_only.md
cp -v examples/01_wind_farm_dof1_model/README.md docs/examples/01_wind_farm_dof1_model.md
cp -v examples/02_wind_farm_realistic_inflow/README.md docs/examples/02_wind_farm_realistic_inflow.md
cp -v examples/02b_wind_farm_realistic_inflow_precom_floris/README.md docs/examples/02b_wind_farm_realistic_inflow_precom_floris.md
cp -v examples/03_wind_and_solar/README.md docs/examples/03_wind_and_solar.md
cp -v examples/04_wind_and_storage/README.md docs/examples/04_wind_and_storage.md
ls -l docs/examples

- name: Debug directory structure
run: |
echo "Current directory: $(pwd)"
echo "GitHub workspace: ${{github.workspace}}"
echo "Runner workspace: ${{runner.workspace}}"
ls -la
ls -la docs/
ls -la docs/examples/

# # Build the book
# - name: Build the book
# working-directory: ${{runner.workspace}}/hercules/docs/
# run: |
# jupyter-book build .

# Build the book
- name: Build the book
Expand Down