Skip to content

Commit

Permalink
feat(ci): mirror docs repo (#1131)
Browse files Browse the repository at this point in the history
Adds a github action to use https://github.com/ingydotnet/git-subrepo to push to the docs repo whenever the docs folder updates.
  • Loading branch information
ludamad authored and AztecBot committed Jul 21, 2023
1 parent 56f3e38 commit 2d63658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Aztec Protocol Documentation

You can view the latest successful build here. https://docs.aztec.network
Expand Down Expand Up @@ -42,4 +43,4 @@ This command starts a local development server and opens up a browser window. Mo
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
This command generates static content into the `build` directory and can be served using any static contents hosting service.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
@font-face {
font-family: 'Plain-Regular';
src: url('../../static/font/Plain-Regular.otf');
}
}

0 comments on commit 2d63658

Please sign in to comment.