Skip to content

Commit 9ef1ad7

Browse files
committed
config and ghpages fixes
1 parent a90b761 commit 9ef1ad7

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,14 @@ jobs:
3636
with:
3737
hugo-version: '0.119.0'
3838

39-
- run: gem install asciidoctor
40-
41-
- name: Run Hugo
42-
run: |
43-
alias asciidoctor="asciidoctor --attribute=experimental=true --attribute=icons=font"
44-
hugo --minify
45-
4639
# Step 3 - Clean and don't fail
4740
- name: Clean public directory
4841
run: rm -rf public
4942

5043
# Step 4 - Builds the site using the latest version of Hugo
5144
# Also specifies the theme we want to use
52-
#- name: Build
53-
# run: hugo --theme=ananke
45+
- name: Build
46+
run: hugo --theme=ananke
5447

5548
# Step 5 - Create name file
5649
#- name: Create cname file
@@ -61,5 +54,5 @@ jobs:
6154
uses: peaceiris/actions-gh-pages@v3
6255
if: ${{ github.ref == 'refs/heads/main' }}
6356
with:
64-
github_token: ${{ secrets.JMHREIF_COM_TOKEN }}
57+
github_token: ${{ secrets.GITHUB_TOKEN }}
6558
publish_dir: ./public

0 commit comments

Comments
 (0)