mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-23 08:14:09 +01:00
downgrade actions/upload-artifact
This commit is contained in:
parent
0a93dd8028
commit
7152ee782d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
GATSBY_TYPEKIT_ID: ${{ secrets.GATSBY_TYPEKIT_ID }}
|
||||
GATSBY_MAPBOX_ACCESS_TOKEN: ${{ secrets.GATSBY_MAPBOX_ACCESS_TOKEN }}
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: github.ref == 'refs/heads/main'
|
||||
with:
|
||||
name: public
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v1
|
||||
with:
|
||||
name: public
|
||||
- run: npm run deploy
|
||||
|
Loading…
Reference in New Issue
Block a user