Quarto website on Github pages w/ custom domain not updating! #7678
Replies: 4 comments 2 replies
-
What is not updated exactly? https://sustainable-aquafeeds-project.github.io/research/spillias-et-al2022.html Now you are talking about custom domain but I don't see anything in your repository. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Mickaël,
The issue was that the website was not automatically updating (maybe it still doesn't) when I made changes to it on quarto and pushed it to the repo. I noticed this around a month ago.
unpublishing --> rerunning most recent workflow --> adding custom domain name seemed to have fixed the issue now. I will reopen this discussion if any future changes aren't automatically updated on the website :)
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mcanouil
-
Yes, of course. I did track the deployment page as well. Most recent deployments (before re-running workflow) did not reflect the changes made in the repo.
Any idea why this would’ve happened?
…________________________________
From: Mickaël Canouil ***@***.***>
Sent: Thursday, November 23, 2023 7:13:49 PM
To: quarto-dev/quarto-cli ***@***.***>
Cc: Sowdamini Sesha Prasad ***@***.***>; State change ***@***.***>
Subject: Re: [quarto-dev/quarto-cli] Quarto website on Github pages w/ custom domain not updating! (Discussion #7678)
You have a "deployment" section on the right of your repository.
This tells you when your website is deployed to GitHub Pages.
It is not enough for your website to be in your repository.
The deployment does not necessarily occurs on push, so you have to wait.
Note that you could speed up a bit deployment by adding .nojekyll alongside the rendered files.
This will tell GitHub to not try to use Jekyll and skip this test from the deployment workflow.
—
Reply to this email directly, view it on GitHub<#7678 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUV5A3BJCZWBATHUEXTO5MLYF4AT3AVCNFSM6AAAAAA7XEY43OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMNBZGMZTM>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
This email is confidential, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone outside the intended recipient organisation is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender. The views expressed in this email are not necessarily the views of the University of Tasmania, unless clearly intended otherwise.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I'll get in touch with you if/when it happens next time! Hopefully it doesn't. Thanks for your input!
…________________________________
From: Mickaël Canouil ***@***.***>
Sent: 23 November 2023 19:24
To: quarto-dev/quarto-cli ***@***.***>
Cc: Sowdamini Sesha Prasad ***@***.***>; State change ***@***.***>
Subject: Re: [quarto-dev/quarto-cli] Quarto website on Github pages w/ custom domain not updating! (Discussion #7678)
Here without logs or anything to reproduce it will only be a very wild guess. 🤷♂️
—
Reply to this email directly, view it on GitHub<#7678 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUV5A3HWT2GTMCDKFKAUVSTYF4B4RAVCNFSM6AAAAAA7XEY43OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMNBZGQYDE>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
This email is confidential, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone outside the intended recipient organisation is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender. The views expressed in this email are not necessarily the views of the University of Tasmania, unless clearly intended otherwise.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi Quarto community,
I just wanted to check if anyone else experienced similar issues and managed to fix it?:)
The qmd files render locally and are updated in the docs folder in my repo. feel free to have a look: https://github.com/Sustainable-Aquafeeds-Project/Sustainable-Aquafeeds-Project.github.io
However, the website linked to the docs folder is not updating.
Any input on this is greatly appreciated!
Thank you,
A quarto newbie :)
Beta Was this translation helpful? Give feedback.
All reactions