Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 587ee98

Browse files
authored
Update deploy-previews.yml
1 parent 1bd904a commit 587ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-previews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
make venv
1919
make html
2020
mkdir to-github
21-
mv build/html to-github/${GITHUB_SHA}
21+
mv build/html to-github/${{ github.sha }}
2222
working-directory: Doc
2323
- name: Deploy to GitHub Pages
2424
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)