update actions/github-script from v5 to v7 master
authorMichael Wallner <mike@php.net>
Thu, 8 Feb 2024 14:36:28 +0000 (15:36 +0100)
committerMichael Wallner <mike@php.net>
Thu, 8 Feb 2024 14:36:28 +0000 (15:36 +0100)
.github/workflows/sync_site.yml
_config.yml
index.html

index 5afa9eb5210c0676caeb95380ae15c96a2f055c6..b5e18f881be2ecbf2ac71be9f5b4eb2a3065f88f 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - run: umask 0077 && echo "${{ env.SYNC_SECRET }}" >/tmp/sync_secret
-      - uses: actions/github-script@v5
+      - uses: actions/github-script@v7
         with:
           script: |
             const artifact_id = await github.rest.actions.listWorkflowRunArtifacts({
index 0867be6e88051ac9a30e3bc1144490af0a484e3c..bd5cc7b8805e656764ec065725bf28117dee7d21 100644 (file)
@@ -75,3 +75,6 @@ exclude:
   - "*cache*/"
   - "node*/"
 
+include :
+  - .well-known
+
index 4a89f6385c37c7b851100b81f8df9c99cc348cf8..5a98ac660ee1f09e94b20bf42d2ac02428ccddd3 100644 (file)
@@ -27,20 +27,14 @@ styles: assets/index.css
                        <h2 id="contact">Contact</h2>
                        <div class="box-of-links">
                                {% include contact.email.html %}
-                               {% include contact.jabber.html %}
-                               {% include contact.google.html %}
                                {% include contact.keybase.html %}
-                               {% include contact.libera.html %}
-                               {% include contact.efnet.html %}
                </section>
                <section>
                        <h2>Social</h2>
                        <div class="box-of-links">
-                               {% include social.twitter.html %}
                                {% include social.github.html %}
                                {% include social.smugmug.html %}
                                
-                               {% include sponsor.flattr.html %}
                                {% include sponsor.buymeacoffee.html %}
                        </div>
                </section>
@@ -103,9 +97,9 @@ styles: assets/index.css
                                        <th>libmemcached</th>
                                        <td>C/C++ library for <code>memcached(1)</code> (resurrected)</td>
                                        <td>
-                                               <a href="https://github.com/m6w6/libmemcached" rel="external"
+                                               <a href="https://github.com/awesomized/libmemcached" rel="external"
                                                >Github</a>,
-                                               <a href="https://git.m6w6.name/?p=m6w6/libmemcached" rel="external"
+                                               <a href="https://git.m6w6.name/?p=awesomized/libmemcached" rel="external"
                                                >Mirror</a>,
                                                <a href="https://awesomized.github.io/libmemcached" rel="external"
                                                >Docs</a>,