-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: test syntax highlighting in Getting Started guide
- Loading branch information
1 parent
94c7424
commit 22e9348
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ on: | |
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
env: | ||
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} | ||
name: Build and Push | ||
steps: | ||
- name: Checkout repo | ||
|
@@ -25,6 +27,9 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install mkdocs mkdocs-material | ||
git clone https://monticore:[email protected]/se/infrastructure/monticore-pygments-highlighting.git | ||
pip install -r ./monticore-pygments-highlighting/requirements.txt | ||
pip install ./monticore-pygments-highlighting | ||
- name: Preprocess the docs | ||
run: sh docs/scripts/preprocessing.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters