Compare commits
3 Commits
preview
...
7d7b1aa627
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d7b1aa627 | |||
| e170345fdd | |||
| 44bf161765 |
@@ -23,10 +23,7 @@ jobs:
|
||||
docker_folder_changed: ${{ steps.docker_folder.outputs.changed }}
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ gitea.ref_name }}
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
run: git clone --branch ${{ gitea.ref_name }} https://${{ secrets.REPO_TOKEN }}@git.vezpi.com/Vezpi/blog.git .
|
||||
|
||||
- name: Check Latest Hugo Version
|
||||
id: get_latest
|
||||
@@ -81,10 +78,7 @@ jobs:
|
||||
shell: sh
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ gitea.ref_name }}
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
run: git clone --branch ${{ gitea.ref_name }} https://${{ secrets.REPO_TOKEN }}@git.vezpi.com/Vezpi/blog.git .
|
||||
|
||||
- name: Build Docker Image
|
||||
run: |
|
||||
|
||||
Submodule themes/stack updated: 9e6b7b22a9...70a1954b7e
Reference in New Issue
Block a user