Skip to content

Commit

Permalink
Removing unnecesary data for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 23, 2024
1 parent a4448d8 commit eeeb10e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
outputs:
page_artifact_id: ${{ steps.upload.outputs.artifact_id }}
steps:
- uses: actions/checkout@v4
- uses: quarto-dev/quarto-actions/setup@v2
Expand Down Expand Up @@ -53,7 +51,6 @@ jobs:
# Upload
- name: Upload artifacts
uses: actions/upload-pages-artifact@v3
id: upload
with:
name: github-pages
retention-days: 7
Expand Down

0 comments on commit eeeb10e

Please sign in to comment.