diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ff1a325..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: - - package-ecosystem: bundler - directory: / - schedule: - interval: daily - allow: - - dependency-type: direct diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 765ddc8..03cbfc9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,7 +8,10 @@ name: Deploy Jekyll site to Pages on: push: - branches: ["gh-pages"] + branches: + - "master" + paths: + - "doc/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: