Skip to content

Commit 764ba52

Browse files
committed
Revert "test: comment out page publishing"
This reverts commit 8518cf7.
1 parent 8518cf7 commit 764ba52

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
path: docs/.vitepress/dist
6060

6161
# Deployment job
62-
# deploy:
63-
# environment:
64-
# name: github-pages
65-
# url: ${{ steps.deployment.outputs.page_url }}
66-
# needs: build
67-
# runs-on: ubuntu-latest
68-
# name: Deploy
69-
# steps:
70-
# - name: Deploy to GitHub Pages
71-
# id: deployment
72-
# uses: actions/deploy-pages@v4
62+
deploy:
63+
environment:
64+
name: github-pages
65+
url: ${{ steps.deployment.outputs.page_url }}
66+
needs: build
67+
runs-on: ubuntu-latest
68+
name: Deploy
69+
steps:
70+
- name: Deploy to GitHub Pages
71+
id: deployment
72+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)