Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed May 4, 2024
1 parent 2fc0b70 commit dc5877c
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,10 @@ jobs:
# Path to SARIF file relative to the root of the repository
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

# Upload plugin artifact to make it available in the next jobs
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: qodana-website
path: ./results/report
if-no-files-found: error
path: ${{ runner.temp }}/qodana/results/report

github-pages:
environment:
Expand All @@ -112,23 +109,9 @@ jobs:
id-token: write
steps:

- name: Create empty folder
run: mkdir -p results/log

# Download plugin artifact provided by the previous job
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: qodana-website

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./results/report

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit dc5877c

Please sign in to comment.