diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 3d4ec86..94b2cef 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -1,11 +1,12 @@ name: Github Pages on: - push: - branches: - - main - paths: - - 'index.html' + push: + branches: + - main + paths: + - 'index.yaml' + - '**/*.md' jobs: pages: @@ -25,10 +26,10 @@ jobs: - name: Upload static files as artifact id: upload - uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa + uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa with: path: '.' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e \ No newline at end of file + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e