Skip to content

Merging changes for 0.3.4-beta7 into staging #684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Documentation

on:
push:
branches:
- main

permissions:
contents: write

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx furo myst-parser
- name: Sphinx build
run: |
sphinx-build docs/source docs/build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
publish_branch: gh_pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build
allow_empty_commit: true

24 changes: 12 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
path = site/kcworks/dependencies/invenio-vocabularies
url = https://github.com/MESH-Research/invenio-vocabularies.git
branch = local-working
[submodule "site/kcworks/dependencies/invenio-group-collections-kcworks"]
path = site/kcworks/dependencies/invenio-group-collections-kcworks
url = https://github.com/MESH-Research/invenio-group-collections-kcworks.git
branch = main
[submodule "site/kcworks/dependencies/invenio-remote-user-data-kcworks"]
path = site/kcworks/dependencies/invenio-remote-user-data-kcworks
url = https://github.com/MESH-Research/invenio-remote-user-data-kcworks.git
branch = main
[submodule "site/kcworks/dependencies/invenio-record-importer-kcworks"]
path = site/kcworks/dependencies/invenio-record-importer-kcworks
url = https://github.com/MESH-Research/invenio-record-importer-kcworks.git
branch = main
[submodule "site/kcworks/dependencies/invenio-remote-api-provisioner"]
path = site/kcworks/dependencies/invenio-remote-api-provisioner
url = https://github.com/MESH-Research/invenio-remote-api-provisioner.git
Expand All @@ -38,3 +26,15 @@
path = site/kcworks/dependencies/invenio-modular-detail-page
url = https://github.com/MESH-Research/invenio-modular-detail-page.git
branch = main
[submodule "site/kcworks/dependencies/invenio-remote-user-data-kcworks"]
path = site/kcworks/dependencies/invenio-remote-user-data-kcworks
url = https://github.com/MESH-Research/invenio-remote-user-data-kcworks.git
branch = main
[submodule "site/kcworks/dependencies/invenio-group-collections-kcworks"]
path = site/kcworks/dependencies/invenio-group-collections-kcworks
url = https://github.com/MESH-Research/invenio-group-collections-kcworks.git
branch = main
[submodule "site/kcworks/dependencies/invenio-record-importer-kcworks"]
path = site/kcworks/dependencies/invenio-record-importer-kcworks
url = https://github.com/MESH-Research/invenio-record-importer-kcworks.git
branch = main
1 change: 0 additions & 1 deletion CHANGES.md

This file was deleted.

6 changes: 5 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jsonlines = "*"
requests-mock = "*"
selenium = "*"
docker-services-cli = "*"
sphinx = "*"
myst-parser = "*"
furo = "*"

[packages]
aiohttp = "*"
Expand All @@ -21,9 +24,10 @@ flask-breadcrumbs = "*"
flask-principal = "*"
greenlet = {}
halo = "*"
invenio-app-rdm = { extras = ["opensearch2"]}
invenio-app-rdm = {version = ">=12.0.0,<13.0.0", extras = ["opensearch2"]}
invenio-communities = {editable = true, path = "./site/kcworks/dependencies/invenio-communities"}
invenio-group-collections-kcworks = {editable = true, path = "./site/kcworks/dependencies/invenio-group-collections-kcworks"}
invenio-logging = {version = "<2.1.2"}
invenio-modular-deposit-form = {editable = true, path = "./site/kcworks/dependencies/invenio-modular-deposit-form"}
invenio-modular-detail-page = {editable = true, path = "./site/kcworks/dependencies/invenio-modular-detail-page"}
invenio-rdm-records = {editable = true, path = "./site/kcworks/dependencies/invenio-rdm-records"}
Expand Down
3,496 changes: 2,008 additions & 1,488 deletions Pipfile.lock

Large diffs are not rendered by default.

Loading
Loading