Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nmaas Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
Documentation
nmaas Documentation
Commits
e809e3e4
Commit
e809e3e4
authored
2 years ago
by
korvoj
Browse files
Options
Downloads
Patches
Plain Diff
Add GitHub Workflow
parent
4b53a888
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/publish.yml
+22
-0
22 additions, 0 deletions
.github/workflows/publish.yml
with
22 additions
and
0 deletions
.github/workflows/publish.yml
0 → 100644
+
22
−
0
View file @
e809e3e4
name
:
Publish docs via GitHub Pages
on
:
workflow_dispatch
:
# push:
# branches:
# - main
jobs
:
build
:
name
:
Deploy docs
runs-on
:
self-hosted
steps
:
-
name
:
Checkout main
uses
:
actions/checkout@v3
-
name
:
Deploy docs
uses
:
mhausenblas/mkdocs-deploy-gh-pages@1.25
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN
:
optionaldomain.com
CONFIG_FILE
:
folder/mkdocs.yml
EXTRA_PACKAGES
:
build-base
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment