Skip to content

Commit dd34374

Browse files
authored
Update gh-pages-build.yml (h5bp#740)
1 parent d37cffc commit dd34374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Build
1919
uses: TartanLlama/actions-eleventy@master
2020
with:
21-
args: --config=config/eleventy.config.js --pathprefix='Front-end-Developer-Interview-Questions/'
21+
args: --config=config/eleventy.config.js --pathprefix=Front-end-Developer-Interview-Questions
2222
- name: Deploy
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:
2525
publish_dir: ./_site
2626
publish_branch: gh-pages
27-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)