Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exa
docs
Commits
870a8629
Unverified
Commit
870a8629
authored
4 years ago
by
Mark Meredith
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #11 from mwm126/mwm/spelling
Deploy to Github Pages
parents
bb632cfd
323f337b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yml
+13
-1
13 additions, 1 deletion
.github/workflows/build.yml
with
13 additions
and
1 deletion
.github/workflows/build.yml
+
13
−
1
View file @
870a8629
...
...
@@ -6,13 +6,16 @@ on: push
jobs
:
# Set the job key. The key is displayed as the job name
# when a job name is not provided
super-lint
:
publish
:
# Name the Job
name
:
Build Sphinx manual HTML target
# Set the type of machine to run on
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Install Doxygen
run
:
sudo apt install doxygen
...
...
@@ -27,3 +30,12 @@ jobs:
env
:
DEFAULT_BRANCH
:
main
GITLAB_TOKEN
:
${{ secrets.GITLAB_TOKEN }}
-
name
:
Deploy to GitHub Pages
if
:
success()
uses
:
crazy-max/ghaction-github-pages@v2
with
:
target_branch
:
gh-pages
build_dir
:
public
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
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