Skip to content

Commit

Permalink
feat(doc): #940 turn on new site
Browse files Browse the repository at this point in the history
- Make new docs site official
- Remove doc from README
- Leave description and goal
- Remove formatMarkdown job
as it is no longer necessary

Signed-off-by: Daniel Salazar <podany270895@gmail.com>
  • Loading branch information
dsalaza4 committed Mar 9, 2023
1 parent 40efc00 commit 762a366
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 5,356 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,6 @@ jobs:
- name: /formatBash
run: nix-env -if . && m . /formatBash

linux_formatMarkdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://docker.io/nixos/nix@sha256:1d13ae379fb8caf3f859c5ce7ec6002643d60cf8b7b6147b949cc34880c93bac
name: /formatMarkdown
with:
set-safe-directory: /github/workspace
args: sh -c "nix-env -if . && m . /formatMarkdown"

linux_formatNix:
runs-on: ubuntu-latest
steps:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,18 +216,6 @@ jobs:
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}

linux_formatMarkdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: docker://docker.io/nixos/nix@sha256:1d13ae379fb8caf3f859c5ce7ec6002643d60cf8b7b6147b949cc34880c93bac
name: /formatMarkdown
with:
set-safe-directory: /github/workspace
args: sh -c "nix-env -if . && m . /formatMarkdown"
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}

linux_formatNix:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 762a366

Please sign in to comment.