Skip to content

Commit

Permalink
Update pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
epos-eu authored Jan 30, 2024
1 parent 18a081f commit b2b3228
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
path: pages/v2
clean: false
- run: cd pages/v2 && rm README.md LICENSE && mv docs/* . && rm -R docs
- uses: actions/checkout@v2
with:
ref: facets
# Put the checked out files inside the `big-island-buses/heleon` folder
path: pages/facets
clean: false
- run: cd pages/facets && rm README.md LICENSE && mv docs/* . && rm -R docs
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit b2b3228

Please sign in to comment.