We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0085d commit cb26f3bCopy full SHA for cb26f3b
1 file changed
.github/workflows/reindex_dtss.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/checkout@v7
17
- name: Create and push index
18
run: |
19
- echo Add other actions to build,
20
- echo test, and deploy your project.
21
- ls -lA
+ echo Preparing reindex operation...
+ chmod +x ./dtssview.sh
+ echo Reindexing scripts...
22
+ ./dtssview.sh .
0 commit comments