|
@@ -34,7 +34,7 @@ jobs:
|
|
|
if: github.ref == 'refs/heads/main'
|
|
if: github.ref == 'refs/heads/main'
|
|
|
uses: actions/upload-pages-artifact@v3
|
|
uses: actions/upload-pages-artifact@v3
|
|
|
with:
|
|
with:
|
|
|
- path: build
|
|
|
|
|
|
|
+ path: docs/build
|
|
|
|
|
|
|
|
deploy:
|
|
deploy:
|
|
|
name: Deploy to GitHub Pages
|
|
name: Deploy to GitHub Pages
|
|
@@ -49,9 +49,6 @@ jobs:
|
|
|
name: github-pages
|
|
name: github-pages
|
|
|
url: ${{ steps.deployment.outputs.page_url }}
|
|
url: ${{ steps.deployment.outputs.page_url }}
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
- defaults:
|
|
|
|
|
- run:
|
|
|
|
|
- working-directory: docs
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- name: Deploy to GitHub Pages
|
|
- name: Deploy to GitHub Pages
|
|
|
id: deployment
|
|
id: deployment
|