Skip to content

Commit

Permalink
added GitHub Action build automation
Browse files Browse the repository at this point in the history
  • Loading branch information
clash82 committed Aug 27, 2024
1 parent 22281a6 commit 18b687b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- master

jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
rBible Query Language - pliki źródłowe Przewodnika
--------------------------------------------------
rBiblia Query Language (rBQL)
=============================

Pliki źródłowe Przewodnika.

Aby zapoznać się z przewodnikiem w trybie online odwiedź [oficjalną stronę](https://rbiblia.toborek.info/rbql/).

0 comments on commit 18b687b

Please sign in to comment.