Skip to content

Commit

Permalink
www up
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Oct 4, 2024
1 parent b680497 commit 00ace30
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 @@ -2,7 +2,7 @@ name: Build and deploy

on:
push:
branches: [master]
branches: [main]
paths:
- www/**

Expand Down
2 changes: 1 addition & 1 deletion www/src/lib/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const pathAuthor = 'https://github.com/Valexr';
export const pathGithub = 'https://github.com/Valexr/Slidy';
export const pathLicence = 'https://github.com/Valexr/Slidy/blob/master/LICENSE';
export const pathPackageAnimation =
'https://github.com/Valexr/slidy/tree/master/packages/animation';
'https://github.com/Valexr/slidy/tree/master/packages/animation';
export const pathPackageCore = 'https://github.com/Valexr/slidy/tree/master/packages/core';
export const pathPackageEasing = 'https://github.com/Valexr/slidy/tree/master/packages/media';
export const pathPackageMedia = 'https://github.com/Valexr/slidy/tree/master/packages/media';
Expand Down

0 comments on commit 00ace30

Please sign in to comment.