File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,14 @@ jobs:
36
36
with :
37
37
hugo-version : ' 0.119.0'
38
38
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
-
46
39
# Step 3 - Clean and don't fail
47
40
- name : Clean public directory
48
41
run : rm -rf public
49
42
50
43
# Step 4 - Builds the site using the latest version of Hugo
51
44
# Also specifies the theme we want to use
52
- # - name: Build
53
- # run: hugo --theme=ananke
45
+ - name : Build
46
+ run : hugo --theme=ananke
54
47
55
48
# Step 5 - Create name file
56
49
# - name: Create cname file
61
54
uses : peaceiris/actions-gh-pages@v3
62
55
if : ${{ github.ref == 'refs/heads/main' }}
63
56
with :
64
- github_token : ${{ secrets.JMHREIF_COM_TOKEN }}
57
+ github_token : ${{ secrets.GITHUB_TOKEN }}
65
58
publish_dir : ./public
You can’t perform that action at this time.
0 commit comments