Skip to content

Commit

Permalink
Undo changes from Renovate (signalwire#32)
Browse files Browse the repository at this point in the history
* Revert "Add renovate.json (signalwire#12)"

This reverts commit 822be10.

* Revert "Update signalwire/actions-template digest to aa238ed (signalwire#14)"

This reverts commit dbb80bc.

* Revert "Update docusaurus monorepo to v2.3.1 (signalwire#15)"

This reverts commit ce4663b.

* Revert "Update Node.js to v19 (signalwire#17)"

This reverts commit 9a7d543.

* Revert "Update actions/checkout action to v3 (signalwire#18)"

This reverts commit 685785f.

* Revert "Update dependency @mdx-js/react to v2 (signalwire#19)"

This reverts commit be5b756.

* x

* Revert "Update react monorepo to v18 (signalwire#20)"

This reverts commit be60b83.

* x
  • Loading branch information
danieleds authored Mar 7, 2023
1 parent 2dee345 commit 820740e
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 429 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docsearch-scraper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Run scraper
run: export CONFIG="$(cat algolia.json)"; (cd /root && pipenv install && pipenv run python -m src.index)
2 changes: 1 addition & 1 deletion .github/workflows/generate-fs-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
name: "Build/push & deploy to swarm"
# The type of runner that the job will run on
uses: signalwire/actions-template/.github/workflows/docker-bp.yml@e035f7f3ecfc337aad71810e7283eca07cd60fe5
uses: signalwire/actions-template/.github/workflows/docker-bp.yml@c53f25701311044e264e448672d40cd67d56a7e7
with:
PROJECT_NAME: "freeswitch-docs"
SWARM_SERVICE: "signalwire-docs_freeswitch-docs"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19 AS builder
FROM node:16 AS builder
WORKDIR /app

# Install dependencies
Expand Down
Loading

0 comments on commit 820740e

Please sign in to comment.