diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 7616e38..e13845e 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -32,7 +32,7 @@ jobs: - run: npm i - run: npm run build - name: Deploy to neocities - uses: bcomnes/deploy-to-neocities@master + uses: bcomnes/deploy-to-neocities@v1 with: api_token: ${{ secrets.NEOCITIES_API_TOKEN }} cleanup: true