We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f92ba34 + 1206a22 commit addbab9Copy full SHA for addbab9
action.yml
@@ -129,6 +129,11 @@ runs:
129
uses: impresscms-dev/[email protected]
130
with:
131
path: ${{ env.NEW_WIKI_CHECKOUT_PATH }}
132
+
133
+ - name: Stripping MarkDown file extensions...
134
+ uses: impresscms-dev/[email protected]
135
+ with:
136
+ path: ${{ env.NEW_WIKI_CHECKOUT_PATH }}
137
138
- name: Moving old .git data to new docs folder...
139
run: mv "$OLD_WIKI_CHECKOUT_PATH"/.git "$NEW_WIKI_CHECKOUT_PATH/"
0 commit comments