Skip to content

Commit

Permalink
Remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosinnerworkings committed Jun 21, 2024
1 parent 4e96a94 commit 28c0fbd
Show file tree
Hide file tree
Showing 56 changed files with 26 additions and 8,738 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# TODO

name: Create Ro-DOU documentation pages with MkDocs

on:
push:
branches: [ main ]
paths:
- 'docs/**'
workflow_dispatch:

jobs:
build_and_push:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Build MkDocs
uses: actions/setup-python@v2
run: pip install mkdocs


File renamed without changes.
5 changes: 1 addition & 4 deletions documentation/docker-compose.yml → docs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
mkdocs:
image: python:3.10-slim
image: python:3.1-slim
container_name: mkdocs-site
working_dir: /usr/src/app
volumes:
Expand All @@ -13,6 +13,3 @@ services:
build:
context: .
dockerfile: Dockerfile
dns:
- 1.1.1.1
- 1.0.0.1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion documentation/site/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ <h1 id="ro-dou">Ro-DOU</h1>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-06-21 18:29:15.340373+00:00
Build Date UTC : 2024-06-21 19:48:06.972442+00:00
-->
File renamed without changes.
141 changes: 0 additions & 141 deletions documentation/site/404.html

This file was deleted.

161 changes: 0 additions & 161 deletions documentation/site/changelog/index.html

This file was deleted.

Loading

0 comments on commit 28c0fbd

Please sign in to comment.