Skip to content

Commit 5d5c1ee

Browse files
committed
Re-enable deploy from github actions
1 parent e173ab4 commit 5d5c1ee

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/upload-pages-artifact.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ jobs:
7777
with:
7878
path: docusaurus/build
7979

80-
# Disabled
81-
#
82-
# GitHub pages is set to "Deploy from a branch" and not "Deploy from a workflow"
83-
# Ref: https://github.com/buildwithgrove/path/settings/pages
84-
#
85-
# The introduction of .mdx files makes the Jekyll build fail
86-
# Ref: https://github.com/buildwithgrove/path/actions/runs/15767780914/job/44447308356
87-
#
88-
# TODO_TECHDEBT: Disabling this is fine for now but may need to be re-enabled in the future.
89-
# Ref: https://chatgpt.com/share/6854dabf-7680-8002-a1e5-dbed695fdcd2
90-
# - name: Deploy to GitHub Pages
91-
# id: deployment
92-
# uses: actions/deploy-pages@v4
80+
- name: Deploy to GitHub Pages
81+
id: deployment
82+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)