Skip to content

Commit

Permalink
new proto docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nallott committed Jan 15, 2024
2 parents cff5dd4 + cfd8367 commit ecf87a6
Show file tree
Hide file tree
Showing 20 changed files with 947 additions and 121 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install dependencies in /packages/docusaurus
run: |
cd packages/docusaurus
npm run prepare
npm install
- name: Build in /packages/docusaurus
Expand All @@ -63,6 +64,6 @@ jobs:
mkdir -p $HOME/.ssh
echo "${{ secrets.DEPLOY_KEY }}" > $HOME/.ssh/deploy_key
chmod 600 $HOME/.ssh/deploy_key
rsync -avz --exclude='.git' -e "ssh -o StrictHostKeyChecking=no -i $HOME/.ssh/deploy_key -p ${{ secrets.REMOTE_SERVER_PORT }}" packages/docusaurus/build/ ${{ secrets.REMOTE_SERVER_USERNAME }}@${{ secrets.REMOTE_SERVER_HOST }}:/var/www/maxad/
rsync -avz --exclude='.git' -e "ssh -o StrictHostKeyChecking=no -i $HOME/.ssh/deploy_key -p ${{ secrets.REMOTE_SERVER_PORT }}" packages/docusaurus/build/ ${{ secrets.REMOTE_SERVER_USERNAME }}@${{ secrets.REMOTE_SERVER_HOST }}:/var/www/nist/
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
294 changes: 176 additions & 118 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/nqminds/nist-brski#readme",
"devDependencies": {
"@nqminds/verifiable-schemas-toolchain": "^1.0.4"
"@nqminds/verifiable-schemas-toolchain": "^1.0.5"
}
}
Loading

0 comments on commit ecf87a6

Please sign in to comment.