<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>iriarj</author_name>
  <author_url>https://blog.hatena.ne.jp/iriarj/</author_url>
  <blog_title>creonメモ</blog_title>
  <blog_url>https://riya.hateblo.jp/</blog_url>
  <categories>
    <anon>GitLab</anon>
  </categories>
  <description>ちょっとしたサンプルなどを公開するときにも使える、GitLab Pagesを使ったページの公開方法のメモ。 masterブランチに公開したい静的サイトのデータと、.gitlab-ci.ymlをコミットしてプッシュする。 ↓.gitlab-ci.ymlの内容 image: python:2.7 pages: stage: deploy script: - mkdir .public - cp -r * .public - mv .public public artifacts: paths: - public only: - master すぐには公開されないので、しばらく時間を置く。 GitL…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Friya.hateblo.jp%2Fentry%2F2020%2F01%2F09%2F090429&quot; title=&quot;GitLab Pagesで静的サイトを公開する - creonメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/i/iriarj/20200109/20200109085032.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-01-09 09:04:29</published>
  <title>GitLab Pagesで静的サイトを公開する</title>
  <type>rich</type>
  <url>https://riya.hateblo.jp/entry/2020/01/09/090429</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
