Skip to content

Commit

Permalink
setting a base-path for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Mariuxdeangelo <[email protected]>
  • Loading branch information
Mariuxdeangelo committed Jun 9, 2024
1 parent c2aece6 commit d0b71c6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 23,574 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
run: cd SBOM-Catalog && npm run build

- name: copy Catalog to build artifact
run: rm -rf SBOM-wiki/.vitepress/dist/catalog/* && mv SBOM-Catalog/dist SBOM-wiki/.vitepress/dist/catalog/
run: rm -rf SBOM-wiki/.vitepress/dist/catalog/* && mv SBOM-Catalog/dist SBOM-wiki/.vitepress/dist/catalog

# Build and publish all aritifacts
# Publish all aritifacts
- name: Upload pages artifact to action workflow
uses: actions/upload-artifact@v4
with:
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: SBOM-wiki/.vitepress/dist/
folder: SBOM-wiki/.vitepress/dist
branch: gh-pages

# Create a SBOM with Syft for SPDX
Expand Down
37 changes: 0 additions & 37 deletions SBOM-wiki/.vitepress/cache/deps/_metadata.json

This file was deleted.

Loading

0 comments on commit d0b71c6

Please sign in to comment.