diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 781c718..66ab064 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,9 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v3 + with: + submodules: true + token: ${{ secrets.PAT_TOKEN }} - name: Set up QEMU uses: docker/setup-qemu-action@v2 diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index 9bcf946..0000000 --- a/.yarnrc +++ /dev/null @@ -1 +0,0 @@ -"@drop:registry" "https://lab.deepcore.dev/api/v4/projects/57/packages/npm/" diff --git a/Dockerfile b/Dockerfile index 23fe11c..a002c53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,16 @@ # pull pre-configured and updated build environment -FROM debian:12.10-slim AS build-system +FROM debian:testing-20250317-slim AS build-system # setup workdir RUN mkdir /build WORKDIR /build # install dependencies and build +RUN apt-get update -y +RUN apt-get install node-corepack -y RUN corepack enable COPY . . -RUN NUXT_TELEMETRY_DISABLED=1 yarn install +RUN NUXT_TELEMETRY_DISABLED=1 yarn install --network-timeout 1000000 RUN NUXT_TELEMETRY_DISABLED=1 yarn build # create run environment for Drop diff --git a/README.md b/README.md index 55bedac..ca881d9 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,15 @@
+
{{ game.mName }}
- {{ game.mShortDescription }} -
- -+ {{ game.mShortDescription }} +
+ +- Organize your games into collections for easy access. + Organize your games into collections for easy access, and access all + your games.