chore: move file
This commit is contained in:
parent
4b49fd37a4
commit
0c04f239e3
34
.github/workflows/dox.yml
vendored
34
.github/workflows/dox.yml
vendored
|
@ -1,34 +0,0 @@
|
|||
name: Website
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [website]
|
||||
workflow_dispatch: {}
|
||||
|
||||
concurrency:
|
||||
group: website-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
gh-pages:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: website
|
||||
ref: website
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
path: gh-pages
|
||||
ref: gh-pages
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
cache: 'npm'
|
||||
- run: |
|
||||
npm ci
|
||||
npm run gh-pages
|
Loading…
Reference in New Issue
Block a user