Skip to content

Commit

Permalink
Fix minor issues in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 21, 2021
1 parent 0fbb724 commit f7e514c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- id: event
run: |
METADATA=$(cargo metadata --no-deps)
echo "::set-output name=payload::$(cat $GITHUB_EVENT_PATH)"
- name: Checkout Repo
uses: actions/checkout@v2
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
with:
node-version: '14'

- name: Setup AWS CLI
if: github.ref == 'refs/heads/main'
uses: chrislennon/[email protected]

- name: Get Yarn cache directory
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit f7e514c

Please sign in to comment.