@reveldigital/gadgetizer 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,9 +25,9 @@ jobs:
25
25
 
26
26
  - name: Gadgetizer
27
27
  run: npx @reveldigital/gadgetizer@latest --build-only
28
-
28
+
29
29
  - name: Deploy to GitHub Pages
30
30
  uses: peaceiris/actions-gh-pages@v4
31
31
  with:
32
32
  github_token: ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir: ./dist # Or your output directory, e.g., ./dist, ./public
33
+ publish_dir: ./dist # Or your output directory, e.g., ./dist, ./public
@@ -25,9 +25,9 @@ jobs:
25
25
 
26
26
  - name: Gadgetizer
27
27
  run: npx @reveldigital/gadgetizer@latest --build-only
28
-
28
+
29
29
  - name: Deploy to GitHub Pages
30
30
  uses: peaceiris/actions-gh-pages@v4
31
31
  with:
32
32
  github_token: ${{ secrets.GITHUB_TOKEN }}
33
- publish_dir: ./dist # Or your output directory, e.g., ./dist, ./public
33
+ publish_dir: ./dist # Or your output directory, e.g., ./dist, ./public