From 7ff66903181d9cd5fe98edbe81b5d52b84e2c183 Mon Sep 17 00:00:00 2001
From: XargonWan <XargonWan@gmail.com>
Date: Tue, 29 Aug 2023 10:40:17 +0200
Subject: [PATCH] Moved wiki-rdd in wiki-rtd

---
 .github/workflows/update-readthedocs.yml | 14 +++++++-------
 .readthedocs.yaml                        |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/update-readthedocs.yml b/.github/workflows/update-readthedocs.yml
index 669f98a5..a3dd2be5 100644
--- a/.github/workflows/update-readthedocs.yml
+++ b/.github/workflows/update-readthedocs.yml
@@ -6,12 +6,12 @@ on:
   #   branches:
   #    - main
   #   paths:
-  #    - 'wiki-rdd'
+  #    - 'wiki-rtd'
   # pull_request: 
   #   branches:
   #    - main
   #   paths:
-  #    - 'wiki-rdd'
+  #    - 'wiki-rtd'
   # workflow_dispatch:
 
 
@@ -23,10 +23,10 @@ jobs:
 
       - uses: actions/checkout@v3
 
-      - name: Update ReadTheDocs wiki-rdd
-        id: wiki-rdd-update
+      - name: Update ReadTheDocs wiki-rtd
+        id: wiki-rtd-update
         run: |
-          git checkout https://github.com/XargonWan/RetroDECK.wiki-rdd.git tmp/wiki-rdd
-          cp -rf tmp/wiki-rdd/* wiki-rdd
-          git commit -m "Updating wiki-rdd"
+          git checkout https://github.com/XargonWan/RetroDECK.wiki-rtd.git tmp/wiki-rtd
+          cp -rf tmp/wiki-rtd/* wiki-rtd
+          git commit -m "Updating wiki-rtd"
           git push
\ No newline at end of file
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 56029e9e..47cede0e 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -16,7 +16,7 @@ build:
 
 # Build documentation in the "docs/" directory with Sphinx
 sphinx:
-   configuration: wiki-rdd/conf.py
+   configuration: wiki-rtd/conf.py
 
 # Optionally build your docs in additional formats such as PDF and ePub
 formats:
@@ -28,8 +28,8 @@ formats:
 # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
 python:
    install:
-    - requirements: wiki-rdd/requirements.txt
+    - requirements: wiki-rtd/requirements.txt
 
 # submodules:
-#   include: [wiki-rdd]
+#   include: [wiki-rtd]
 #   recursive: true
\ No newline at end of file