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:
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
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
You can’t perform that action at this time.
0 commit comments