diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index f9cd0a9..3bb7025 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -40,3 +40,16 @@ jobs: with: default_author: github_actions message: '[U] Generate json' + + - name: Setup Pages + uses: actions/configure-pages@v2 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + with: + # Upload entire repository + path: '.' + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1