File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 22
22
# This workflow contains a single job called "build"
23
23
build :
24
24
# The type of runner that the job will run on
25
- runs-on : macos-latest
25
+ runs-on : self-hosted
26
26
27
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
28
steps :
33
33
submodules : true # Fetch Hugo themes
34
34
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
35
35
- name : Checkout theme repo
36
- uses : actions/checkout@main
37
- with :
38
- repository : Aspose/api-theme
39
- token : ${{ secrets.REPO_TOKEN }}
40
- ref : beta
41
- fetch-depth : 0
42
- path : themes/api-theme
36
+ run : git clone https://${{ secrets.GH_PAT }}@github.com/Aspose/api-theme themes/api-theme
43
37
# Step 2 - Sets up the latest version of Hugo
44
38
- name : Setup Hugo
45
39
uses : peaceiris/actions-hugo@v2
You can’t perform that action at this time.
0 commit comments