mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-07-03 08:43:02 +00:00
Compare commits
2 Commits
3db2055868
...
75a84073a2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75a84073a2 | ||
|
|
d977d89582 |
4
.github/workflows/doxygen.yaml
vendored
4
.github/workflows/doxygen.yaml
vendored
@@ -12,7 +12,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
|
||||
Reference in New Issue
Block a user