Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U #2

Open
caspoer opened this issue Apr 19, 2024 · 0 comments
Open

U #2

caspoer opened this issue Apr 19, 2024 · 0 comments

Comments

@caspoer
Copy link

caspoer commented Apr 19, 2024

name: Update WebSSH Documentation
on:
push:
branches: [ master ]
jobs:
deploy_mkdocs_content:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# timvink/mkdocs-git-revision-date-localized-plugin#10 (comment)
# Number of commits to fetch. 0 indicates all history.
# Default: 1
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: 'x64'
- run: pip install mkdocs=="1.4.3"
- run: pip install mkdocs-material=="9.0.4"
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-redirects
- run: cd documentation/src; mkdocs build --clean
- run: echo "webssh.net" > documentation/src/site/CNAME
- name: Deploy
uses: JamesIves/github-page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant