diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index e7ecfc2..1ff3fba 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -31,10 +31,17 @@ jobs: - name: Build with Astro run: deno run astro build - - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + - name: Create artifact + run: | + tar \ + --dereference --hard-dereference \ + -cvf "$RUNNER_TEMP/artifact.tar" \ + -C ./dist . + + - uses: actions/upload-artifact@v4 with: - path: dist + name: github-pages + path: ${{ runner.temp }}/artifact.tar deploy: environment: @@ -46,4 +53,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4.0.5 + uses: actions/deploy-pages@v4.0.5 \ No newline at end of file diff --git a/src/content/docs/donate.mdx b/src/content/docs/donate.mdx index e21f1aa..87dc84f 100644 --- a/src/content/docs/donate.mdx +++ b/src/content/docs/donate.mdx @@ -6,8 +6,10 @@ Federated Nexus runs off of donations, so if you're enjoying our services please consider donating through one of the following methods: - Interac E-Transfer: If you are Canadian, you should be able to send an Interac E-Transfer from your bank to the address henry@henryhiles.com to donate. This is preferred, as there are no fees. +- [Liberapay](https://liberapay.com/QuadRadical/donate) is the other option for donating, and should work from any country. Liberapay as a platform is primarily for recurring donations, but you can choose "Manual renewal" for a one-time donation. A huge thank you to our current sponsors: -- @VeryLoud: CAD$100 -- @Aristarchus of Samos: CAD$100 +- @VeryLoud: CAD$100 / one time +- @Aristarchus of Samos: CAD$100 / one time +- @istalri: CAD$0.45 / week diff --git a/src/content/docs/fr-fr/donate.mdx b/src/content/docs/fr-fr/donate.mdx index dd68b6e..78c1c75 100644 --- a/src/content/docs/fr-fr/donate.mdx +++ b/src/content/docs/fr-fr/donate.mdx @@ -5,8 +5,10 @@ title: Faire un don Federated Nexus dépend des dons. Si vous appréciez nos services, merci de nous soutenir de l'une des manières suivantes : - Interac E-Transfer : est une excellente option pour les résidents canadiens, car vous pouvez envoyer le montant requis de votre compte bancaire à henry@henryhiles.com sans frais. +- [Liberapay](https://liberapay.com/QuadRadical/donate) est une autre option qui fonctionne depuis n'importe quel pays. La plateforme Liberapay est principalement conçue pour les dons récurrents, mais vous pouvez sélectionner « Renouvellement manuel » pour un don unique. Un grand merci à nos donateurs actuels : -- @VeryLoud: CAD$100 -- @Aristarchus of Samos: CAD$100 +- @VeryLoud: CAD$100 / one time +- @Aristarchus of Samos: CAD$100 / one time +- @istalri: CAD$0.45 / week diff --git a/src/content/docs/fr-fr/index.mdx b/src/content/docs/fr-fr/index.mdx index d9d2cb3..3eb6ca6 100644 --- a/src/content/docs/fr-fr/index.mdx +++ b/src/content/docs/fr-fr/index.mdx @@ -49,10 +49,6 @@ import { CardGrid, Card } from "@astrojs/starlight/components" Nous souhaitons maintenir une communauté amicale, diversifiée et inclusive. Dans ce cadre, nous n'hésitons pas à bannir toute personne intolérante, homophobe ou hostile. Nous suivons le [Contributor Covenant](code/). - - Il nous reste encore pas mal d'espace disponible sur les serveurs Federated Nexus, nous sommes donc ouverts à l'hébergement de tout nouveau logiciel utile. Faites-le nous savoir dans notre [salle Matrix](https://matrix.to/#/#community:federated.nexus) ! - -