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
@@ -20,8 +20,6 @@ jobs:
|
||||
- name: Copy landing page
|
||||
run: |
|
||||
cp -rf $GITHUB_WORKSPACE/landing/* $GITHUB_WORKSPACE/build/site
|
||||
with:
|
||||
GITHUB_TOKEN: "${{ github.token }}"
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@3.2.1
|
||||
|
||||
Reference in New Issue
Block a user