mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 21:41:59 +03:00
fix syntaxes
This commit is contained in:
parent
56cd2a3cac
commit
0f9eb15ca3
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
|||||||
clean: false
|
clean: false
|
||||||
- name: Move & Commit files
|
- name: Move & Commit files
|
||||||
run: |
|
run: |
|
||||||
cp -rp ./build/html/*.* . && rm -rf ./build && rm-rf function_timer && ls -lah
|
cp -rp ./build/html/*.* . && rm -rf ./build && rm -rf ./function_timer && ls -lah
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
||||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||||
git add *.*
|
git add *.*
|
||||||
git commit -am "Documentation for $BUILD_SHA" || true
|
git commit -m "Documentation for $BUILD_SHA" || true
|
||||||
git push --force || true
|
git push --force || true
|
||||||
|
Loading…
Reference in New Issue
Block a user