Skip to content

Commit

Permalink
Merge branch 'apify:master' into kvstore-public-url
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay11298 authored Oct 22, 2024
2 parents 37dccca + 13d12ca commit a381f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build_and_deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install Node dependencies
run: |
npm install
npm update @apify/docs-theme
working-directory: ./website

# We do this as early as possible to prevent conflicts if someone else would push something in the meantime
- name: Commit the updated package.json and lockfile
run: |
git config user.name 'GitHub Actions'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add website/package.json
git add website/package-lock.json
git diff-index --quiet HEAD || git commit -m 'chore: Automatic docs theme update [skip ci]' || true
git push
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build-api-reference:
cd website && poetry run ./build_api_reference.sh

build-docs:
cd website && yarn && yarn build
cd website && corepack enable && yarn && yarn build

run-doc: build-api-reference
cd website && corepack enable && yarn && yarn start

0 comments on commit a381f86

Please sign in to comment.