Skip to content

Commit

Permalink
Merge branch 'default' into dependabot/github_actions/actions/setup-n…
Browse files Browse the repository at this point in the history
…ode-4
  • Loading branch information
goto-bus-stop authored Apr 26, 2024
2 parents bde43a4 + d0d38a8 commit 6541fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cp example/bundle.js example/index.html _deploy
- name: Publish site
if: success()
uses: crazy-max/ghaction-github-pages@v1
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: _deploy
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react'
import { Player, Error } from '@vimeo/player'
import Player, { Error } from '@vimeo/player'

export type PlayEvent = {
/**
Expand Down

0 comments on commit 6541fad

Please sign in to comment.