We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c0907 commit 02c6e5eCopy full SHA for 02c6e5e
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
# repository: davidgs/Translator
24
# path: ./translate
25
- name: cleanup
26
- run: mkdir ./public; chmod -R a+w ./public; ls -RAGl /home/runner/work/DavidgsWeb/DavidgsWeb/public; ls -RAGl /home/runner/work/DavidgsWeb/DavidgsWeb/DavidgsWeb/public/
+ run: mkdir /home/runner/work/DavidgsWeb/DavidgsWeb/public; chmod -R a+w /home/runner/work/DavidgsWeb/DavidgsWeb/public; ls -RAGl /home/runner/work/DavidgsWeb/DavidgsWeb/public; ls -RAGl /home/runner/work/DavidgsWeb/DavidgsWeb/DavidgsWeb/public/
27
- name: Setup Hugo
28
uses: peaceiris/actions-hugo@v3
29
with:
0 commit comments