Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

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

copy docs to frontend container in frontend workflow

+3
+3
.github/workflows/frontend.yml
··· 20 20 - name: Checkout code 21 21 uses: actions/checkout@v4 22 22 23 + - name: Copy docs to frontend 24 + run: cp -r ../docs ./docs 25 + 23 26 - name: Setup Fly CLI 24 27 uses: superfly/flyctl-actions/setup-flyctl@master 25 28