Skip to content

Commit c9750a5

Browse files
authored
Merge pull request #4 from feture/gitpod
Add Gitpod - Always ready to code
2 parents 1e7ce00 + e506fb9 commit c9750a5

4 files changed

Lines changed: 20 additions & 2 deletions

File tree

.github/workflows/mkdocs-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
- uses: actions/setup-python@v2
1616
with:
1717
python-version: 3.x
18-
- run: pip install mkdocs-material
19-
- run: |
18+
- run: pip install -r requirements-dev.txt
19+
- name: Deploy documentation to GitHub Pages
20+
run: |
2021
git config user.name 'github-actions'
2122
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
2223
mkdocs gh-deploy --force

.gitpod.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
tasks:
2+
- name: Install & Build
3+
- before: pip install -r requirements-dev.txt
4+
command: mkdocs serve
5+
6+
ports:
7+
- name: Website
8+
description: Website Preview
9+
port: 8000
10+
onOpen: open-preview
11+
12+
vscode:
13+
extensions:
14+
- streetsidesoftware.code-spell-checker

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
[![Rocket MV BASIC Docs](https://img.shields.io/badge/Rocket%20MV%20BASIC-Forum-brightgreen?style=flat-square)](https://community.rocketsoftware.com/forums/multivalue?CommunityKey=521bce2e-71d5-4d32-b560-dfa95e950eb5)
66
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/rocketsoftware.rocket-mvbasic?style=flat-square)
77

8+
9+
[![Open in Gitpod](https://camo.githubusercontent.com/76e60919474807718793857d8eb615e7a50b18b04050577e5a35c19421f260a3/68747470733a2f2f676974706f642e696f2f627574746f6e2f6f70656e2d696e2d676974706f642e737667)](https://gitpod.io/new/#https://github.com/RocketSoftware/rocket-mvbasic)

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs-material

0 commit comments

Comments
 (0)