Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Disable website publishing until we switch to Github Pages
  • Loading branch information
Andrew committed Mar 20, 2023
1 parent a1707d5 commit 3854618
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,21 +397,6 @@ jobs:
npm install -g vsce
vsce publish --packagePath ./vscode-bebop/vscode-bebop-${{ steps.dotenv.outputs.version }}.vsix -p ${{ secrets.VSCE_TOKEN }}
- name: Stage Website
run: |
mkdir -p homepage/repl && cp -a bebop-repl-${{ steps.dotenv.outputs.version }}/. homepage/repl
sed 's/0.0.0/${{ steps.dotenv.outputs.version }}/' ${{env.TOOLS_ROOT}}/bash/install.sh > homepage/install.sh
- name: Publish Website
uses: jakejarvis/s3-sync-action@master
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: homepage
with:
args: --delete

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 3854618

Please sign in to comment.