We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764f9eb commit a7dc0b3Copy full SHA for a7dc0b3
.github/workflows/pages.yml
@@ -37,6 +37,8 @@ jobs:
37
env:
38
GA_ID: ${{ secrets.GA_ID }}
39
run: echo "$GA_ID" > static/ga-code
40
+ - name: Ensure github-pages directory
41
+ run: mv static github-pages
42
- name: Setup Pages
43
uses: actions/configure-pages@v3
44
- name: Upload artifact
0 commit comments