1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

Delete build.yml

This commit is contained in:
Stylix58 2021-05-14 16:40:52 +02:00 committed by GitHub
parent 1c67e6fac7
commit 5460589974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +0,0 @@
name: Github Pages Publish
on:
push:
branches:
- master
workflow_dispatch:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-section-index
- uses: Stylix58/gh-pages-deploy-action@master
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
source-directory: site
build-command: mkdocs build