feat: git-based nightly versions
This commit is contained in:
@@ -9,6 +9,8 @@ on:
|
||||
jobs:
|
||||
check:
|
||||
runs-on: pixi-build-rust
|
||||
env:
|
||||
CARGO_TARGET_DIR: /opt/cargo-target/${{ gitea.repository }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@ env:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: pixi-build-rust
|
||||
env:
|
||||
CARGO_TARGET_DIR: /opt/cargo-target/${{ gitea.repository }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
env:
|
||||
CARGO_TARGET_DIR: /opt/cargo-target/${{ gitea.repository }}
|
||||
API: ${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}
|
||||
TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
TAG: nightly
|
||||
@@ -21,6 +22,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Install the pinned toolchain
|
||||
run: pixi install
|
||||
|
||||
@@ -11,6 +11,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
env:
|
||||
CARGO_TARGET_DIR: /opt/cargo-target/${{ gitea.repository }}
|
||||
API: ${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}
|
||||
TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
TAG: ${{ gitea.ref_name }}
|
||||
|
||||
@@ -12,8 +12,7 @@ jobs:
|
||||
sync:
|
||||
runs-on: github-readme-sync
|
||||
steps:
|
||||
- name: Check out the Gitea repo
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build the combined README
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user