The Trans Directory
0
fork

Configure Feed

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

fix: correct deploy job dependency to build-and-deploy-to-wisp

aria cf14db6a 643c8dd4

+1 -1
+1 -1
.github/workflows/deploy.yml
··· 47 47 --password "${{ secrets.WISP_APP_PASSWORD }}" 48 48 49 49 deploy: 50 - needs: build 50 + needs: build-and-deploy-to-wisp 51 51 environment: 52 52 name: github-pages 53 53 url: ${{ steps.deployment.outputs.page_url }}