Skip to content

Commit

Permalink
feat(doc): #940 contributing title
Browse files Browse the repository at this point in the history
- Simplify title

Signed-off-by: Daniel Salazar <podany270895@gmail.com>
  • Loading branch information
dsalaza4 committed Mar 15, 2023
1 parent e829267 commit 5409ba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ concurrency:
cancel-in-progress: true
group: ${{ github.actor }}
jobs:
linux_docs_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://docker.io/nixos/nix@sha256:1d13ae379fb8caf3f859c5ce7ec6002643d60cf8b7b6147b949cc34880c93bac
name: /docs/deploy
with:
set-safe-directory: /github/workspace
args: sh -c "nix-env -if . && m . /docs/deploy prod"
linux_all:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Makes
# Contributing

- Bug reports: [here][makes_issues]
- Feature requests: [here][makes_issues]
Expand Down

0 comments on commit 5409ba7

Please sign in to comment.