Skip to content

Commit

Permalink
Rename action and add .git-ftp-ignore to stop uploading dev related f…
Browse files Browse the repository at this point in the history
…iles.
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 941a956 commit 630771d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .git-ftp-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.gitignore
*/.gitignore # ignore files in sub directories
*/.gitkeep
.git-ftp-ignore
.git-ftp-include
.gitlab-ci.yml
.github
.husky
node_modules
.editorconfig
.eslint
.nvmrc
package.json
package-lock.json
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Website over SFTP
name: Deploy plugin

on:
workflow_dispatch:
Expand Down

0 comments on commit 630771d

Please sign in to comment.