<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GitHub Actions on Rachid Youven Zeghlache</title><link>https://youvenz.github.io/tags/github-actions/</link><description>Recent content in GitHub Actions on Rachid Youven Zeghlache</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 05 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://youvenz.github.io/tags/github-actions/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploy Jupyter Book to GitHub Pages FREE</title><link>https://youvenz.github.io/blog/2026-03-05-deploy-jupyter-book-to-github-pages-free/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/blog/2026-03-05-deploy-jupyter-book-to-github-pages-free/</guid><description>&lt;h2 id="deploy-jupyter-book-to-github-pages-using-github-actions"&gt;Deploy Jupyter Book to GitHub Pages Using GitHub Actions&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve built your Jupyter Book locally. It looks great on your machine. But right now, it&amp;rsquo;s trapped there—invisible to the world. You need a live URL to share with collaborators, students, or your audience. You need it updated automatically every time you push, and you need it &lt;em&gt;free&lt;/em&gt;. That&amp;rsquo;s exactly what we&amp;rsquo;re solving today.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GitHub Pages&lt;/strong&gt; + &lt;strong&gt;GitHub Actions&lt;/strong&gt; = automated, free hosting for your Jupyter Book. Every time you push changes, a workflow automatically rebuilds your book and publishes it live. No manual steps. No paid hosting. Just push → build → live.&lt;/p&gt;</description></item><item><title>Hugo + GitHub Pages: Automate Deployment with GitHub Actions</title><link>https://youvenz.github.io/blog/2026-03-05-hugo-github-pages-automate-deployment-with-github-actions/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/blog/2026-03-05-hugo-github-pages-automate-deployment-with-github-actions/</guid><description>&lt;h1 id="deploy-a-hugo-website-to-github-pages-using-github-actions--student--researcher-guide"&gt;Deploy a Hugo Website to GitHub Pages Using GitHub Actions — Student &amp;amp; Researcher Guide&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;ve built a beautiful Hugo website locally. It works perfectly when you run &lt;code&gt;hugo server&lt;/code&gt;. But now what? You&amp;rsquo;re staring at a folder on your laptop, unsure how to share it with the world—or worse, how to update it without manually rebuilding and uploading files every single time. &lt;strong&gt;GitHub Pages + GitHub Actions&lt;/strong&gt; solves this: every time you push changes to your repository, your site rebuilds and deploys automatically. No manual steps. No confusion.&lt;/p&gt;</description></item><item><title>Auto Publication List</title><link>https://youvenz.github.io/projects/auto-publication-list/</link><pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate><guid>https://youvenz.github.io/projects/auto-publication-list/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Auto Publication List&lt;/strong&gt; is a lightweight automation pipeline that keeps your publication list up to date without manual intervention. It fetches your Google Scholar profile export and generates both a BibTeX bibliography file and a LaTeX metrics snippet.&lt;/p&gt;
&lt;h2 id="how-it-works"&gt;How It Works&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Fetch&lt;/strong&gt; — Downloads your Google Scholar export (BibTeX-like text) using your Scholar user ID&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Parse&lt;/strong&gt; — Cleans and normalises the entries into valid BibTeX format&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Metrics&lt;/strong&gt; — Extracts citation counts, h-index, and i10-index and writes them to &lt;code&gt;metrics.tex&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Export&lt;/strong&gt; — Outputs &lt;code&gt;publications.bib&lt;/code&gt; ready to include in any LaTeX document&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="usage"&gt;Usage&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#f92672"&gt;from&lt;/span&gt; update_publications &lt;span style="color:#f92672"&gt;import&lt;/span&gt; fetch_scholar_publications
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Fetch and export&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;fetch_scholar_publications(user_id&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;YOUR_SCHOLAR_ID&amp;#34;&lt;/span&gt;, output_dir&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;./output&amp;#34;&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="github-actions-integration"&gt;GitHub Actions Integration&lt;/h2&gt;
&lt;p&gt;Add the workflow to your repository to run on a schedule:&lt;/p&gt;</description></item></channel></rss>