Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret committed Mar 27, 2023
1 parent cbfbb36 commit 1860d8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
Expand Up @@ -7,10 +7,6 @@ featuredImage: /assets/images/2018/09/docker.png
featuredImagePreview: /assets/images/2020/03/dell-inspiron-14-3493.jpg
images: ["/assets/images/2020/03/dell-inspiron-14-3493.jpg"]

timeline_notification:
- "1584957972"
publicize_twitter_user:
- touret_alex
tags:
- planetlibre
- ubuntu
Expand Down
5 changes: 5 additions & 0 deletions content/posts/rest-api-versioning.en.md
@@ -1,6 +1,11 @@
---
title: Real life Rest API Versioning for dummies
<<<<<<< HEAD
date: 2023-03-28 08:00:00
=======
date: 2023-03-27 08:00:00
draft: true
>>>>>>> c83ae997... fix: typos
images: ["/assets/images/2023/03/vardan-papikyan-DnXqvmS0eXM-unsplash.webp"]
featuredImagePreview: /assets/images/2023/03/vardan-papikyan-DnXqvmS0eXM-unsplash.webp
featuredImage: /assets/images/2023/03/vardan-papikyan-DnXqvmS0eXM-unsplash.webp
Expand Down

0 comments on commit 1860d8c

Please sign in to comment.