Skip to content

Commit

Permalink
Merge pull request #161 from umts/werebus/test-pr
Browse files Browse the repository at this point in the history
Skip ci on the docs action
  • Loading branch information
werebus authored Oct 9, 2024
2 parents 8845a6f + 43f2c9c commit 7281912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add docs/
git commit -m 'Update documentation' || true
git commit -m 'Update documentation [skip ci]' || true
git push
- uses: actions/upload-pages-artifact@v3
with:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ a trainee's repository as collaborators.
Each YAML document in this file corresponds to an issue that the trainee will be
assigned to complete. Each document can have the following fields:

* `title`: This will be the issue title, it is **required**
* `title`: This will be the issue title, it's **required**
* `description`: This will be the issue body
* `subtasks`: This is an array of "sub-tasks" that will be used to construct a
GitHub-flavored Markdown task-list appended to the issue body.
Expand Down Expand Up @@ -80,8 +80,7 @@ script/console
```

will load the `ApplicationConfiguration`, require the `DevTraining` libraries,
and (if possible) initialize a `DevTraining` to `@training` with your personal
access token.
and (if possible) initialize a `DevTraining` with your PAT to `@training`.

Docs
----
Expand Down

0 comments on commit 7281912

Please sign in to comment.