build: enable github pages since its now public
This commit is contained in:
+10
-10
@@ -32,13 +32,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
# deploy:
|
deploy:
|
||||||
# environment:
|
environment:
|
||||||
# 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
|
||||||
# needs: build
|
needs: build
|
||||||
# steps:
|
steps:
|
||||||
# - name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
# id: deployment
|
id: deployment
|
||||||
# uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user