We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922c3a8 commit a0ed32bCopy full SHA for a0ed32b
.github/workflows/update-website.yaml
@@ -48,9 +48,9 @@ jobs:
48
any::toastui
49
any::reactable
50
51
- - name: Execute Script
52
- run: |
53
- Rscript "data-raw/actions-update-from-google-sheets.R"
+# - name: Execute Script
+# run: |
+# Rscript "data-raw/actions-update-from-google-sheets.R"
54
55
56
- name: render
@@ -77,4 +77,4 @@ jobs:
77
git add .
78
git commit -m "Update data" || echo "No changes to commit"
79
git push origin || echo "No changes to commit"
80
-
+
0 commit comments