mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Fix workflow
This commit is contained in:
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/website
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@3.2.1
|
||||
uses: JamesIves/github-pages-deploy-action@4.0.0
|
||||
with:
|
||||
FOLDER: $GITHUB_WORKSPACE/website
|
||||
BRANCH: 'gh-pages'
|
||||
|
||||
Reference in New Issue
Block a user