DEV Community

Discussion on: Deploy to GitHub Pages with GitHub Actions for Static Site Generator

Collapse
 
peaceiris profile image
peaceiris

Here is the new workflow with peaceiris/actions-gh-pages v3.

      - name: Deploy
        uses: peaceiris/actions-gh-pages@v3
        with:
          deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
          publish_dir: ./public

This action has been migrated to a TypeScript Action. Your job will complete faster than v2.