Skip to content

Commit

Permalink
add README.md and retype github action
Browse files Browse the repository at this point in the history
  • Loading branch information
vfat committed Jan 4, 2024
1 parent 3af82d2 commit 377a8c3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish Retype powered website to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main

jobs:
publish:
name: Publish to retype branch

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v3

- uses: retypeapp/action-build@latest

- uses: retypeapp/action-github-pages@latest
with:
update-branch: true
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Documentation for [vfat.io](https://vfat.io) using [Retype](https://retype.com)

![](img/vfat_bird-modified.png)
Binary file added img/vfat_bird-modified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vfat.io Documentation

![](img/vfat_bird-modified.png)

<br>

[vfat.io](https://vfat.io) is a portfolio management app
Expand Down

0 comments on commit 377a8c3

Please sign in to comment.