pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

update github action

+1 -1
+1 -1
.github/workflows/deploying.yml
··· 46 46 - name: Insert config 47 47 env: 48 48 DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }} 49 - run: cat "$DEPLOY_CONFIG" > ./dist/config.js 49 + run: echo "$DEPLOY_CONFIG" > ./dist/config.js 50 50 51 51 - name: Deploy to gh-pages 52 52 uses: peaceiris/actions-gh-pages@v3