Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 38c42b0

Browse files
committed
docs: fix docsite build after removal of workflow in branch
1 parent 04f248a commit 38c42b0

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/DEVELOPMENT.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -490,16 +490,11 @@ anchors.
490490

491491
### Deploying with GitHub actions
492492

493-
The publish [workflow](/.github/workflows/publish.yml) is run each time a
494-
commit is made to the designated branch and pushes the rendered HTML to the
495-
gh-pages branch. Other rules can be created for other branches.
496-
497-
``` yaml
498-
on:
499-
push:
500-
branches:
501-
- devel
502-
```
493+
The publish
494+
[workflow](https://github.com/intel/pmem-csi/blob/devel/.github/workflows/publish.yml)
495+
is run each time a commit is made to the branches references by that file and pushes
496+
the rendered HTML to the gh-pages branch. Other rules can be created
497+
for other branches.
503498

504499
NOTE: Create a secret called ``ACCESS_TOKEN`` in repo>settings>secrets with
505500
a [token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) generated by a user

0 commit comments

Comments
 (0)