Skip to content

Commit ee3ab58

Browse files
author
Victor Putrov
committed
move net stating to self-hosted
1 parent faf2fa0 commit ee3ab58

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/net-staging.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# This workflow contains a single job called "build"
2323
build:
2424
# The type of runner that the job will run on
25-
runs-on: macos-latest
25+
runs-on: self-hosted
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
@@ -33,13 +33,7 @@ jobs:
3333
submodules: true # Fetch Hugo themes
3434
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3535
- 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
4337
# Step 2 - Sets up the latest version of Hugo
4438
- name: Setup Hugo
4539
uses: peaceiris/actions-hugo@v2

0 commit comments

Comments
 (0)