Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
5339e631
Unverified
Commit
5339e631
authored
May 07, 2021
by
Nicolas Hug
Committed by
GitHub
May 07, 2021
Browse files
Remove "Show link to docs" GH Action (#3796)
parent
2f225833
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
20 deletions
+2
-20
.github/workflows/show_link_to_built_docs.yml
.github/workflows/show_link_to_built_docs.yml
+0
-18
CONTRIBUTING.md
CONTRIBUTING.md
+2
-2
No files found.
.github/workflows/show_link_to_built_docs.yml
deleted
100644 → 0
View file @
2f225833
name
:
Show CI job with links to built docs
on
:
pull_request
:
branches
:
[
master
]
jobs
:
circleci_artifacts_redirector_job
:
runs-on
:
ubuntu-latest
name
:
Run CircleCI artifacts redirector
steps
:
-
name
:
GitHub Action step
uses
:
larsoner/circleci-artifacts-redirector-action@master
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
artifact-path
:
0/docs/index.html
circleci-jobs
:
build_docs
job-title
:
See the built docs here!
CONTRIBUTING.md
View file @
5339e631
...
@@ -126,8 +126,8 @@ make html
...
@@ -126,8 +126,8 @@ make html
Then open
`docs/build/html/index.html`
in your favorite browser.
Then open
`docs/build/html/index.html`
in your favorite browser.
The docs are also automatically built when you submit a PR. The job that
The docs are also automatically built when you submit a PR. The job that
builds the docs is named
`build_docs`
.
If that job passes, a link to the
builds the docs is named
`build_docs`
.
You can access the rendered docs by
rendered docs will be available in a job called
`See the built docs here!`
.
clicking on that job and then going to the "Artifacts" tab
.
### New model
### New model
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment