Skip to content

Commit

Permalink
chore(docs): build from correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiaro committed Apr 19, 2024
1 parent f240b83 commit 4a6d71b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -39,6 +42,7 @@ jobs:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
working-directory: '${{ github.workspace }}/docs'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand All @@ -50,6 +54,8 @@ jobs:
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
with:
path: "docs/_site/"

# Deployment job
deploy:
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: OFDS Consolidation tool
description: A QGIS plugin for consolidating Open Fibre data
theme: just-the-docs
baseurl: "/docs"
url: https://open-telecoms-data.github.io/ofds_consolidation_tool

0 comments on commit 4a6d71b

Please sign in to comment.