Moved wiki-rdd in wiki-rtd

This commit is contained in:
XargonWan 2023-08-29 10:40:17 +02:00
parent 7870c10624
commit 7ff6690318
2 changed files with 10 additions and 10 deletions

View file

@ -6,12 +6,12 @@ on:
# branches: # branches:
# - main # - main
# paths: # paths:
# - 'wiki-rdd' # - 'wiki-rtd'
# pull_request: # pull_request:
# branches: # branches:
# - main # - main
# paths: # paths:
# - 'wiki-rdd' # - 'wiki-rtd'
# workflow_dispatch: # workflow_dispatch:
@ -23,10 +23,10 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Update ReadTheDocs wiki-rdd - name: Update ReadTheDocs wiki-rtd
id: wiki-rdd-update id: wiki-rtd-update
run: | run: |
git checkout https://github.com/XargonWan/RetroDECK.wiki-rdd.git tmp/wiki-rdd git checkout https://github.com/XargonWan/RetroDECK.wiki-rtd.git tmp/wiki-rtd
cp -rf tmp/wiki-rdd/* wiki-rdd cp -rf tmp/wiki-rtd/* wiki-rtd
git commit -m "Updating wiki-rdd" git commit -m "Updating wiki-rtd"
git push git push

View file

@ -16,7 +16,7 @@ build:
# Build documentation in the "docs/" directory with Sphinx # Build documentation in the "docs/" directory with Sphinx
sphinx: sphinx:
configuration: wiki-rdd/conf.py configuration: wiki-rtd/conf.py
# Optionally build your docs in additional formats such as PDF and ePub # Optionally build your docs in additional formats such as PDF and ePub
formats: formats:
@ -28,8 +28,8 @@ formats:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python: python:
install: install:
- requirements: wiki-rdd/requirements.txt - requirements: wiki-rtd/requirements.txt
# submodules: # submodules:
# include: [wiki-rdd] # include: [wiki-rtd]
# recursive: true # recursive: true