diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml new file mode 100644 index 00000000..9245a18e --- /dev/null +++ b/.github/workflows/pr-check.yml @@ -0,0 +1,27 @@ +name: PR Build Check + +on: + pull_request: + branches: + - main + +jobs: + build: + name: Test Build Docusaurus + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: actions/setup-node@v4 + with: + node-version: 18 + cache: yarn + + - name: Install dependencies + run: yarn install --frozen-lockfile + - name: Build website + run: yarn build + + - name: Build Result + run: echo "Build completed successfully! The PR has no conflicts." diff --git a/docs/release-notes.mdx b/docs/release-notes.mdx index b711402a..0f232e3f 100644 --- a/docs/release-notes.mdx +++ b/docs/release-notes.mdx @@ -19,7 +19,7 @@ It's spring already? Here's a new update that should fix migration issues from 0 - Added StosVPN to the EM Proxy part. by @Br0des in [#940](https://github.com/SideStore/SideStore/pull/940) -## 0.6.0 +## 0.6.0 - DO NOT use this build, use either 0.6.1 or 0.5.10 instead ### Changelog It's March and we have some big changes. We've finally included AltStore 2.0 changes into SideStore. So you will get all the benefits of that and also some fixes in SideStore. Enjoy!