Skip to content

Commit

Permalink
artifacts v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenkins committed Mar 23, 2024
1 parent b2b3a88 commit ba3a4ab
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,18 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Archive production artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: github-pages
path: |
build/**/*
deploy:
needs: [build, test]
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

# Specify runner + deployment step
runs-on: ubuntu-latest

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit ba3a4ab

Please sign in to comment.