Skip to content

Commit

Permalink
GH action, deploy-docu
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Nov 15, 2024
1 parent 69bd8a4 commit 8f908e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-docu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
with:
node-version: 20
cache: yarn # or npm / pnpm
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Download and Prepare Oxygen Framework
# Perparatory step: get framework files to provide them directly from the docu context
- name: Download and prepare oXygen framework
run: |
release_url=$(curl -sL https://api.github.com/repos/dse-as/oxygen-framework/releases/latest | jq -r '.zipball_url')
wget --quiet --no-check-certificate $release_url -O dseas.zip
Expand All @@ -53,6 +52,8 @@ jobs:
zip -r src/public/dseas.zip dseas
cp dseas/dseas.xml src/public/dseas.xml # Copy descriptor file
rm -r dseas
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: yarn install # or npm ci / pnpm install / bun install
- name: Build with VitePress
Expand Down

0 comments on commit 8f908e1

Please sign in to comment.