diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60f9533..50c0b8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ name: Build Python package and docs on: push: tags-ignore: - - "*" + - "@pybricks/*" pull_request: paths: - doc/** diff --git a/.github/workflows/publish-ide-docs.yml b/.github/workflows/publish-ide-docs.yml index a467adc..2a603b1 100644 --- a/.github/workflows/publish-ide-docs.yml +++ b/.github/workflows/publish-ide-docs.yml @@ -7,7 +7,7 @@ on: jobs: publish_ide_docs: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Ubuntu packages run: | @@ -17,7 +17,7 @@ jobs: with: submodules: recursive - name: Set up Python 3.8 - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.8 - name: Install dependencies @@ -26,7 +26,7 @@ jobs: poetry run python -m pip install --upgrade pip poetry run python -m pip install --upgrade setuptools poetry install - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: '14.x' registry-url: 'https://registry.npmjs.org' diff --git a/npm/ide-docs/CHANGELOG.md b/npm/ide-docs/CHANGELOG.md index 376b90e..cc6c536 100644 --- a/npm/ide-docs/CHANGELOG.md +++ b/npm/ide-docs/CHANGELOG.md @@ -2,6 +2,11 @@ +## 2.8.0 - 2023-04-21 + +### Changed +- Updated docs to v3.3.0b4. + ## 2.7.0 - 2022-12-20 ### Changed diff --git a/npm/ide-docs/package.json b/npm/ide-docs/package.json index eef2c89..94d1bdb 100644 --- a/npm/ide-docs/package.json +++ b/npm/ide-docs/package.json @@ -1,6 +1,6 @@ { "name": "@pybricks/ide-docs", - "version": "2.7.0", + "version": "2.8.0", "description": "Special build of Pybricks API docs for embedding in an IDE.", "repository": { "type": "git",