Skip to content

Commit

Permalink
docs: Add Github Workflow for deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Jackeagle <[email protected]>
  • Loading branch information
Jackeagle committed Dec 9, 2022
1 parent c0ccaa2 commit de05f29
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish BlissOS Docs to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- master

jobs:
publish:
name: Publish to docs branch

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: retypeapp/action-build@latest

- uses: retypeapp/action-github-pages@latest
with:
branch: docs
update-branch: true
4 changes: 2 additions & 2 deletions retype.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
input: .
output: .retype
input: ./
output: .docs
url: docs.blissos.org
branding:
title: BlissOS
Expand Down

0 comments on commit de05f29

Please sign in to comment.