diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..96d8f5a --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,20 @@ + name: Deploy to GitHub Pages + + on: + push: + branches: + - main # Set this to the branch you want to deploy from + + jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository content + uses: actions/checkout@v2 + + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./