Skip to content

Commit

Permalink
Merge pull request #8 from dcSpark/master-fix
Browse files Browse the repository at this point in the history
Master fix
  • Loading branch information
GrzegorzDrozda authored Aug 8, 2023
2 parents dc7302f + 9d1112a commit 8c9ce2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
# pull_request:

jobs:
deploy:
Expand All @@ -24,10 +23,9 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
#if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
cname: http://blog.dcspark.io
cname: blog.dcspark.io
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
title: "dcSpark Blog",
tagline: "An ecosystem builder company",
favicon: "img/favicon.ico",
url: "http://blog.dcspark.io",
url: "https://blog.dcspark.io",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
Expand Down

0 comments on commit 8c9ce2d

Please sign in to comment.