Skip to content

Commit 876e268

Browse files
authored
Re-arrange Github Actions yaml (#392)
* Re-arrange Github Actions yaml Remove ticks around hugoVersion, re-arranges values to match the docs * Remove siteDir from Github Actions
1 parent 162ba7b commit 876e268

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Publish Site
1818
uses: chabad360/hugo-gh-pages@master
1919
with:
20+
githubToken: ${{ secrets.PERSONAL_TOKEN }}
2021
branch: master
21-
hugoVersion: 'extended_0.74.3' # Locked version, see issue #363
2222
repo: numpy/numpy.github.com
23-
siteDir: /github/workspace/public
24-
githubToken: ${{ secrets.PERSONAL_TOKEN }}
23+
hugoVersion: extended_0.74.3 # Locked version, see issue #363

0 commit comments

Comments
 (0)