Skip to content

Commit

Permalink
Add back Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
boldsuck committed Dec 31, 2024
1 parent d9dbaf3 commit 736b3a1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: deploy

on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install \
mkdocs-material \
mkdocs-macros-plugin

- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Haveno Documentation

This repository hosts the documentation related to Haveno-reto. It's online at [https://docs.retoswap.com](https://docs.retoswap.com).
This repository hosts the documentation related to RetoSwap. It's online at [https://docs.retoswap.com](https://docs.retoswap.com).
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to the documentation of Haveno-reto, the Decentralized, peer-to-peer network based on Monero.

Take a look at the menu on the left and start exploring. Make sure you also take a look at the [Haveno FAQ](https://haveno.exchange/faq/) on the developer website.
You can find further illustrated tutorials at the [The Nihilism Blog](https://blog.nowhere.moe/opsec/index.html) Chapter; Clientside - Decentralized Finances
You can find further illustrated tutorials at <br>[The Nihilism Blog](https://blog.nowhere.moe/opsec/index.html) Chapter; Clientside - Decentralized Finances

[:material-web: Haveno-reto Website](https://retoswap.com/){ .md-button .md-button--primary }
[:material-github: Github Project](https://github.com/retoaccess1/){ .md-button .md-button--primary }
Expand Down

0 comments on commit 736b3a1

Please sign in to comment.