Skip to content

Commit

Permalink
Implement CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetty committed Jun 28, 2024
1 parent e3f48c5 commit aa01ad2
Show file tree
Hide file tree
Showing 43 changed files with 25 additions and 7,777 deletions.
26 changes: 0 additions & 26 deletions .github/pull_request_template.md

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/draft-release.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .github/workflows/pre-release.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish Docs

on:
push:
branches: docs

jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64

- name: Install requirements
run: python3 -m pip install mkdocs

- name: Deploy
run: python3 -m mkdocs gh-deploy --force

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
113 changes: 0 additions & 113 deletions site/404.html

This file was deleted.

Loading

0 comments on commit aa01ad2

Please sign in to comment.