Skip to content

Commit

Permalink
post: 66 - github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed May 6, 2023
1 parent d7ed952 commit c936641
Show file tree
Hide file tree
Showing 17 changed files with 371 additions and 2 deletions.
Binary file added public/image/66/action-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/birthtime-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/commit-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/correct-birthtime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/diagram1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/diagram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/diagram3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/dispatch-test-echo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/profile1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/profile2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/profile3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/run-act.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/secret-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/66/secret-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/mdx/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function CodeBlock(props: any) {

const Pre = styled.pre`
text-align: left;
margin: 1em 0;
margin: 2em 0;
padding: 0.5em;
overflow: auto;
font-size: ${({ theme }) => theme.fontSizes.s};
Expand Down
2 changes: 1 addition & 1 deletion src/components/mdx/MDXComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Img = styled.img`
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
margin: 3rem auto;
cursor: pointer;
`;

Expand Down
369 changes: 369 additions & 0 deletions src/pages/posts/66-make-recent-post-list-to-my-profile.mdx

Large diffs are not rendered by default.

1 comment on commit c936641

@vercel
Copy link

@vercel vercel bot commented on c936641 May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.