There was an error while loading. Please reload this page.
1 parent 23be124 commit 7b52d55Copy full SHA for 7b52d55
1 file changed
.github/workflows/deploy.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v4
23
24
+ - name: Setup Pages
25
+ uses: actions/configure-pages@v5
26
+
27
- name: Setup Node
28
uses: actions/setup-node@v4
29
with:
0 commit comments