Skip to content

Commit

Permalink
Production Deploy (#13244)
Browse files Browse the repository at this point in the history
Manual deploy as of commit:92bc9e7bfe2ad84a43753312e080dcda86a97a85
  • Loading branch information
julien51 committed Jan 26, 2024
1 parent 901a785 commit d15daf8
Show file tree
Hide file tree
Showing 102 changed files with 4,845 additions and 3,495 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:

jobs:
run-all-tests:
runs-on: ubuntu-latest
steps:
- name: echo hello world
run: echo "hello world"
uses: ./.github/workflows/_tests.yml

deploy-all-subgraphs:
if: ${{ github.repository_owner == 'unlock-protocol' }}
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const config = {
({
api: {
sidebarCollapsed: false,
path: "./openapi.yml",
path: "../packages/unlock-js/openapi.yml",
routeBasePath: "/api/locksmith",
},
docs: {
Expand Down
Loading

0 comments on commit d15daf8

Please sign in to comment.