We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37cffc commit dd34374Copy full SHA for dd34374
.github/workflows/gh-pages-build.yml
@@ -18,10 +18,10 @@ jobs:
18
- name: Build
19
uses: TartanLlama/actions-eleventy@master
20
with:
21
- args: --config=config/eleventy.config.js --pathprefix='Front-end-Developer-Interview-Questions/'
+ args: --config=config/eleventy.config.js --pathprefix=Front-end-Developer-Interview-Questions
22
- name: Deploy
23
uses: peaceiris/actions-gh-pages@v3
24
25
publish_dir: ./_site
26
publish_branch: gh-pages
27
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments