Skip to content

Commit

Permalink
Merge branch 'master' into bally-tro
Browse files Browse the repository at this point in the history
Signed-off-by: Luc <[email protected]>
  • Loading branch information
lewcc authored Sep 4, 2024
2 parents ae8f778 + 641069e commit ea6a874
Show file tree
Hide file tree
Showing 321 changed files with 10,652 additions and 4,927 deletions.
904 changes: 0 additions & 904 deletions .github/CONTRIBUTING.md

This file was deleted.

105 changes: 0 additions & 105 deletions .github/DOWNLOADING.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

### Declaration

- [ ] I confirm that I either do not require [pre-approval](https://github.com/ParadiseSS13/Paradise/blob/master/CODE_OF_CONDUCT.md#types-of-changes-that-need-approval) for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below.
- [ ] I confirm that I either do not require [pre-approval](https://github.com/ParadiseSS13/Paradise/blob/master/docs/CODE_OF_CONDUCT.md#types-of-changes-that-need-approval) for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below.
<!-- Replace the box with [x] to mark as complete. -->
<!-- Ensure there are no spaces between the x and the square brackets [] else this will not work properly. -->
<hr>
Expand Down
178 changes: 0 additions & 178 deletions .github/SETTING_UP_GIT.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/TICK_ORDER.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/devdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Deploy Devdocs

on:
push:
paths:
- 'docs/**'

jobs:
build_and_deploy:
runs-on: ubuntu-latest
name: Build and Deploy
steps:
- uses: actions/checkout@v4

- name: Build docs
run: |
python -m pip install mkdocs==1.6.0 mkdocs-material==9.5.31 mkdocs-github-admonitions-plugin==0.0.2
python -m mkdocs build
- name: Deploy docs
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
action: 'upload'
app_location: 'site'
skip_app_build: true
skip_api_build: true
env:
SKIP_DEPLOY_ON_MISSING_SECRETS: true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ $RECYCLE.BIN

# Rust output.
/milla/target/*

# mkdocs output.
site
Loading

0 comments on commit ea6a874

Please sign in to comment.