fork of https://forged.synth.download/sd/pds-dash but with my cool and awesome customization!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

I have no idea what I am doing

Astra 9ee49f90 2a08708c

+4 -2
+4 -2
.forgejo/workflows/deploy.yaml
··· 17 17 18 18 - name: Setup Node 19 19 uses: actions/setup-node@v3 20 - 20 + with: 21 + node-version: '18' 22 + cache: 'npm' 21 23 - name: Install dependencies 22 - run: npm install 24 + run: npm ci 23 25 24 26 - name: Build project 25 27 run: npm run build