Skip to content

Commit b8a4a17

Browse files
authored
Update pages-deploy.yml
1 parent 01d439d commit b8a4a17

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
# Configure Git credentials for private submodules
14-
- name: Configure Git to access private submodules
13+
- name: Configure Git for private submodules
1514
run: |
1615
git config --global url."https://${{ secrets.HORSEL_ACCESS }}:@github.com/".insteadOf "https://github.com/"
1716
18-
# Checkout your repo and private submodules
1917
- name: Checkout repository
2018
uses: actions/checkout@v3
2119
with:
2220
submodules: true
2321

24-
# Deploy to GitHub Pages
2522
- name: Deploy to GitHub Pages
2623
uses: peaceiris/actions-gh-pages@v4
2724
with:

0 commit comments

Comments
 (0)